Changeset 1210 in kBuild for trunk/src/kash/shinstance.h
- Timestamp:
- Oct 7, 2007 6:33:36 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kash/shinstance.h
r1209 r1210 137 137 int tokpushback; 138 138 int whichprompt; /**< 1 == PS1, 2 == PS2 */ 139 140 /* parser.c */ 141 int noalias/* = 0*/;/**< when set, don't handle aliases */ 142 struct heredoc *heredoclist; /**< list of here documents to read */ 143 int parsebackquote; /**< nonzero if we are inside backquotes */ 144 int doprompt; /**< if set, prompt the user */ 145 int needprompt; /**< true if interactive and at start of line */ 146 int lasttoken; /**< last token read */ 147 char *wordtext; /**< text of last word returned by readtoken */ 148 int checkkwd; /**< 1 == check for kwds, 2 == also eat newlines */ 149 struct nodelist *backquotelist; 150 union node *redirnode; 151 struct heredoc *heredoc; 152 int quoteflag; /**< set if (part of) last token was quoted */ 153 int startlinno; /**< line # where last token started */ 139 154 140 155 /* output.h */
Note:
See TracChangeset
for help on using the changeset viewer.