Searched refs:pushlevel (Results 1 – 1 of 1) sorted by relevance
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/ |
H A D | lex.c | 121 #define pushlevel(lp,c,s) ((lp->lexd.level>=lp->lexd.lex_max?stack_grow(lp):1) &&\ macro 358 pushlevel(lp,lp->lexd.nest,ST_NONE); in sh_lex() 801 pushlevel(lp,'\'',mode); in sh_lex() 843 pushlevel(lp,c,mode); in sh_lex() 869 pushlevel(lp,'$',mode); in sh_lex() 1001 pushlevel(lp,RBRACE,mode); in sh_lex() 1094 pushlevel(lp,RPAREN,mode); in sh_lex() 1226 pushlevel(lp,RBRACT,mode); in sh_lex() 1296 pushlevel(lp,RPAREN,ST_NORM); in sh_lex() 1300 pushlevel(lp,RPAREN,mode); in sh_lex() [all …]
|