Searched refs:sh_lex (Results 1 – 3 of 3) sorted by relevance
403 switch(sh_lex(lp)) in sh_dolparen()550 token = sh_lex(lexp); in term()607 if((tok=sh_lex(lexp))==RPAREN) in syncase()610 sh_lex(lexp); in syncase()703 if((n=sh_lex(lexp))==NL) in arithfor()706 n = sh_lex(lexp); in arithfor()741 else if(sh_lex(lexp)) in funct()775 lexp->token = sh_lex(lexp); in funct()779 if((lexp->token = sh_lex(lexp)) == RPAREN) in funct()793 lexp->token = sh_lex(lexp); in funct()[all …]
284 int sh_lex(Lex_t *lp) in sh_lex() function305 #define sh_lex lextoken macro313 int sh_lex(Lex_t* lp) in sh_lex() function542 return(sh_lex(lp)); in sh_lex()1271 c = sh_lex(lp); in sh_lex()1471 return(sh_lex(lp)); in sh_lex()1498 if(sh_lex(lp)==endtok) in comsub()1534 switch(c=sh_lex(lp)) in comsub()1570 sh_lex(lp); in comsub()1651 sh_lex(lp); in sh_lexskip()
158 extern int sh_lex(Lex_t*);