Changeset 10846 for trunk/Ohana/src/opihi/include/shell.h
- Timestamp:
- Dec 27, 2006, 10:43:47 AM (20 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/opihi/include/shell.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/opihi/include/shell.h
r10647 r10846 53 53 int interrupt; /* true if C-C has been pressed */ 54 54 int auto_break; /* if true, zero exit status forces macros to escape */ 55 int loop_next; /* set to true when next (or continue) is called */ 56 int loop_last; /* set to true when last (or return) is called */ 55 57 int loop_break; /* set to true when break is called */ 56 int loop_continue; /* set to true when continue is called */57 58 int is_script; /* being run within a shell script */ 58 59 … … 150 151 void gprintSetFile PROTO((gpDest dest, char *filename)); 151 152 FILE *gprintGetFile PROTO((gpDest dest)); 153 char *gprintGetName PROTO((gpDest dest)); 152 154 int gprint PROTO((gpDest dest, char *format, ...)); 153 155 int gwrite PROTO((char *buffer, int size, int N, gpDest dest));
Note:
See TracChangeset
for help on using the changeset viewer.
