Changeset 26891 for trunk/Ohana/src/opihi/cmd.basic/init.c
- Timestamp:
- Feb 10, 2010, 7:24:46 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/opihi/cmd.basic/init.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/opihi/cmd.basic/init.c
r25965 r26891 25 25 int mkdir_opihi PROTO((int, char **)); 26 26 int module PROTO((int, char **)); 27 int nop PROTO((int, char **)); 27 28 int output PROTO((int, char **)); 28 29 int pwd PROTO((int, char **)); … … 66 67 {1, "?", list_help, "list commands *"}, 67 68 {1, "??", list_vars, "list variables *"}, 69 {1, "#", nop, "a NOP function"}, 68 70 {1, "local", local, "define local variables"}, 69 71 {1, "macro", macro, "deal with the macros *"}, … … 71 73 {1, "mkdir", mkdir_opihi, "built-in mkdir command"}, 72 74 {1, "module", module, "load script file from the modules directories"}, 75 {1, "nop", nop, "a NOP function"}, 73 76 {1, "output", output, "redirect output to file"}, 74 77 {1, "pwd", pwd, "print current working directory"},
Note:
See TracChangeset
for help on using the changeset viewer.
