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()
642 sh_lex(lexp); in syncase()
738 n = sh_lex(lexp); in arithfor()
1095 if(sh_lex(lexp)!=LPAREN || sh_lex(lexp)!=RPAREN) in assign()
1151 sh_lex(lexp); in item()
1160 if(sh_lex(lexp)) in item()
1209 if(sh_lex(lexp)) in item()
1270 if(sh_lex(lexp)) in item()
1371 sh_lex(lexp); in item()
1805 sh_lex(lexp); in inout()
[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*);