Changeset 879 for trunk/src/ash-messup/parser.h
- Timestamp:
- Apr 21, 2007, 8:33:35 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/ash-messup/parser.h
r626 r879 72 72 * happens to be handy. 73 73 */ 74 extern int tokpushback; 75 #define NEOF ((union node *)& tokpushback)76 extern int whichprompt;/* 1 == PS1, 2 == PS2 */74 /*extern int tokpushback;*/ 75 #define NEOF ((union node *)&psh->tokpushback) 76 /*extern int whichprompt;*/ /* 1 == PS1, 2 == PS2 */ 77 77 78 78 79 union node *parsecmd( int);80 void fixredir( union node *, const char *, int);81 int goodname( char *);82 const char *getprompt( void *);79 union node *parsecmd(struct shinstance *, int); 80 void fixredir(struct shinstance *, union node *, const char *, int); 81 int goodname(struct shinstance *, char *); 82 const char *getprompt(struct shinstance *, void *);
Note:
See TracChangeset
for help on using the changeset viewer.