- Timestamp:
- May 3, 2010, 8:50:52 AM (16 years ago)
- Location:
- branches/simtest_nebulous_branches
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/simtest_nebulous_branches
- Property svn:mergeinfo changed
-
branches/simtest_nebulous_branches/Ohana
-
Property svn:mergeinfo
set to (toggle deleted branches)
/trunk/Ohana merged eligible /branches/eam_branches/Ohana.20100407 27635-27772 /branches/pap_delete/Ohana 27530-27595
-
Property svn:mergeinfo
set to (toggle deleted branches)
-
branches/simtest_nebulous_branches/Ohana/src/opihi/cmd.basic/init.c
r19533 r27840 16 16 int help PROTO((int, char **)); 17 17 int input PROTO((int, char **)); 18 int inthash PROTO((int, char **)); 18 19 int list PROTO((int, char **)); 19 20 int list_help PROTO((int, char **)); … … 24 25 int mkdir_opihi PROTO((int, char **)); 25 26 int module PROTO((int, char **)); 27 int nop PROTO((int, char **)); 28 int opihi_setmode PROTO((int, char **)); 26 29 int output PROTO((int, char **)); 27 30 int pwd PROTO((int, char **)); … … 61 64 {1, "help", help, "get help on a function *"}, 62 65 {1, "input", input, "read command lines from a file *"}, 66 {1, "inthash", inthash, "generate a hash for a word treated as an integer"}, 63 67 {1, "list", list, "get variable list"}, 64 68 {1, "?", list_help, "list commands *"}, 65 69 {1, "??", list_vars, "list variables *"}, 70 {1, "#", nop, "a NOP function"}, 66 71 {1, "local", local, "define local variables"}, 67 72 {1, "macro", macro, "deal with the macros *"}, … … 69 74 {1, "mkdir", mkdir_opihi, "built-in mkdir command"}, 70 75 {1, "module", module, "load script file from the modules directories"}, 76 {1, "nop", nop, "a NOP function"}, 77 {1, "opihi", opihi_setmode, "get / set opihi behavior options"}, 71 78 {1, "output", output, "redirect output to file"}, 72 79 {1, "pwd", pwd, "print current working directory"},
Note:
See TracChangeset
for help on using the changeset viewer.
