Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dlex.c51 #define TEST_RE 3 macro
516 if(lp->lex.incase<=TEST_RE) in sh_lex()
734 lp->lex.incase = TEST_RE; in sh_lex()
1106 if(lp->lexd.level==inlevel+1 && lp->lex.incase>=TEST_RE && !lp->lex.intest) in sh_lex()
1293 if(lp->lex.incase==TEST_RE) in sh_lex()
1497 lp->lex.incase = TEST_RE; in sh_lex()