Changeset 10647 for trunk/Ohana/src/opihi/include/shell.h
- Timestamp:
- Dec 11, 2006, 10:15:41 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/opihi/include/shell.h (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/opihi/include/shell.h
r9039 r10647 37 37 int n; 38 38 int Nlines; 39 int Nalloc; 39 40 } List; 40 41 … … 50 51 51 52 /*** globals used to track the shell language concepts ***/ 52 List *lists; /* variable to store the list of all lists */53 int Nlists; /* number of currently available lists */54 55 53 int interrupt; /* true if C-C has been pressed */ 56 54 int auto_break; /* if true, zero exit status forces macros to escape */ … … 82 80 int is_macro_create PROTO((char *line)); 83 81 void InitLists PROTO(()); 82 int current_list_depth (); 83 int increase_list_depth (); 84 int decrease_list_depth (); 85 char *get_next_listentry (int ThisList); 84 86 85 87 void InitCommands PROTO(()); … … 101 103 102 104 int exec_loop PROTO((Macro *loop)); 103 char *get_next_listentry PROTO((int ThisList)); 104 char *remove_listentry PROTO((int current)); 105 /* char *get_next_listentry PROTO((int ThisList)); */ 106 /* char *remove_listentry PROTO((int current)); */ 107 105 108 int ConfigInit PROTO((int *argc, char **argv)); 106 109 char *VarConfig PROTO((char *keyword, char *mode, void *ptr));
Note:
See TracChangeset
for help on using the changeset viewer.
