Searched refs:sh_lex (Results 1 – 3 of 3) sorted by relevance
426 switch(sh_lex(lp)) in sh_dolparen()574 token = sh_lex(lexp); in term()639 if((tok=sh_lex(lexp))==RPAREN) in syncase()642 sh_lex(lexp); in syncase()735 if((n=sh_lex(lexp))==NL) in arithfor()738 n = sh_lex(lexp); in arithfor()773 else if(sh_lex(lexp)) in funct()807 lexp->token = sh_lex(lexp); in funct()811 if((lexp->token = sh_lex(lexp)) == RPAREN) in funct()850 lexp->token = sh_lex(lexp); in funct()[all …]
295 int sh_lex(Lex_t *lp) in sh_lex() function316 #define sh_lex lextoken macro324 int sh_lex(Lex_t* lp) in sh_lex() function569 return(sh_lex(lp)); in sh_lex()1356 c = sh_lex(lp); in sh_lex()1581 return(sh_lex(lp)); in sh_lex()1613 n = sh_lex(lp); in comsub()1658 c=sh_lex(lp); in comsub()1697 sh_lex(lp); in comsub()1784 sh_lex(lp); in sh_lexskip()
160 extern int sh_lex(Lex_t*);