Home
last modified time | relevance | path

Searched refs:sh_lex (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/lib/libshell/common/sh/
H A Dparse.c403 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 …]
H A Dlex.c284 int sh_lex(Lex_t *lp) in sh_lex() function
305 #define sh_lex lextoken macro
313 int sh_lex(Lex_t* lp) in sh_lex() function
542 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()
/titanic_41/usr/src/lib/libshell/common/include/
H A Dshlex.h158 extern int sh_lex(Lex_t*);