Changeset 10846 for trunk/Ohana/src/opihi/cmd.basic/init.c
- Timestamp:
- Dec 27, 2006, 10:43:47 AM (19 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/opihi/cmd.basic/init.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/opihi/cmd.basic/init.c
r9040 r10846 7 7 int date PROTO((int, char **)); 8 8 int echo PROTO((int, char **)); 9 int exec_last PROTO((int, char **)); 10 int exec_next PROTO((int, char **)); 9 11 int exec_break PROTO((int, char **)); 10 int exec_continue PROTO((int, char **));11 12 int file PROTO((int, char **)); 12 13 int getchr_func PROTO((int, char **)); … … 44 45 {"echo", echo, "type this line *"}, 45 46 {"break", exec_break, "escape from function *"}, 46 {"continue", exec_continue, "next loop iteration"}, 47 {"continue", exec_next, "next loop iteration"}, 48 {"next", exec_next, "next loop iteration"}, 49 {"last", exec_last, "last loop iteration"}, 50 {"return", exec_last, "exit from macro"}, 47 51 {"file", file, "test file existence"}, 48 52 {"getchr", getchr_func, "find character in string"},
Note:
See TracChangeset
for help on using the changeset viewer.
