Changeset 16211 for trunk/Ohana/src/opihi/cmd.basic/init.c
- Timestamp:
- Jan 23, 2008, 2:24:47 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/opihi/cmd.basic/init.c (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/opihi/cmd.basic/init.c
r16168 r16211 6 6 int cd PROTO((int, char **)); 7 7 int date PROTO((int, char **)); 8 int dirname_opihi PROTO((int, char **)); 8 9 int echo PROTO((int, char **)); 9 10 int exec_last PROTO((int, char **)); … … 20 21 int macro PROTO((int, char **)); 21 22 int memory PROTO((int, char **)); 23 int mkdir_opihi PROTO((int, char **)); 22 24 int module PROTO((int, char **)); 23 25 int output PROTO((int, char **)); … … 45 47 {"cd", cd, "change directory"}, 46 48 {"date", date, "get current date"}, 49 {"dirname", dirname_opihi, "built-in dirname function"}, 47 50 {"echo", echo, "type this line *"}, 48 51 {"break", exec_break, "escape from function *"}, … … 61 64 {"macro", macro, "deal with the macros *"}, 62 65 {"memory", memory, "long listing of the allocated memory"}, 66 {"mkdir", mkdir_opihi, "built-in mkdir command"}, 63 67 {"module", module, "load script file from the modules directories"}, 64 68 {"output", output, "redirect output to file"},
Note:
See TracChangeset
for help on using the changeset viewer.
