Searched refs:pushlevel (Results 1 – 1 of 1) sorted by relevance
/titanic_44/usr/src/lib/libshell/common/sh/ |
H A D | lex.c | 116 #define pushlevel(lp,c,s) ((lp->lexd.level>=lp->lexd.lex_max?stack_grow(lp):1) &&\ macro 338 pushlevel(lp,lp->lexd.nest,ST_NONE); in sh_lex() 751 pushlevel(lp,'\'',mode); in sh_lex() 793 pushlevel(lp,c,mode); in sh_lex() 819 pushlevel(lp,'$',mode); in sh_lex() 943 pushlevel(lp,RBRACE,mode); in sh_lex() 1028 pushlevel(lp,RPAREN,mode); in sh_lex() 1151 pushlevel(lp,RBRACT,mode); in sh_lex() 1213 pushlevel(lp,RPAREN,ST_NORM); in sh_lex() 1217 pushlevel(lp,RPAREN,mode); in sh_lex() [all …]
|