- Timestamp:
- Jan 2, 2010, 6:12:22 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/20091201/Ohana/src/opihi/cmd.basic/init.c
r25965 r26501 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.
