Searched defs:sh_lex (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libshell/common/sh/
H A Dlex.c284 int sh_lex(Lex_t *lp) function
305 #define sh_lex lextoken macro
313 int sh_lex(Lex_t* lp) function
542 return(sh_lex(lp));
1271 c = sh_lex(lp);
1471 return(sh_lex(lp));
1498 if(sh_lex(lp)==endtok)
1534 switch(c=sh_lex(lp))
1570 sh_lex(lp);
1651 sh_lex(l
[all...]

Completed in 47 milliseconds