Changeset 26501
- Timestamp:
- Jan 2, 2010, 6:12:22 PM (16 years ago)
- Location:
- branches/eam_branches/20091201/Ohana/src/opihi/cmd.basic
- Files:
-
- 1 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/20091201/Ohana/src/opihi/cmd.basic/Makefile
r25965 r26501 39 39 $(SRC)/mkdir.$(ARCH).o \ 40 40 $(SRC)/module.$(ARCH).o \ 41 $(SRC)/nop.$(ARCH).o \ 41 42 $(SRC)/output.$(ARCH).o \ 42 43 $(SRC)/quit.$(ARCH).o \ -
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.
