Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dparse.c426 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 …]
H A Dlex.c295 int sh_lex(Lex_t *lp) in sh_lex() function
316 #define sh_lex lextoken macro
324 int sh_lex(Lex_t* lp) in sh_lex() function
569 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()
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/include/
H A Dshlex.h160 extern int sh_lex(Lex_t*);