Searched refs:incase (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libshell/common/sh/
H A Dlex.c75 char incase; /* 1 for case pattern, 2 after case */ member in struct:lexstate
267 lp->lex.intest = lp->lex.incase = lp->lex.skipword = lp->lexd.warn = 0;
329 if(lp->lex.incase)
492 if(lp->lex.incase<=TEST_RE)
523 lp->lex.incase = 0;
606 lp->lex.incase = (c==BREAKCASESYM || c==FALLTHRUSYM);
614 if(c==LPAREN && lp->comp_assign && !lp->lex.intest && !lp->lex.incase)
689 if(c=='~' && n==LPAREN && lp->lex.incase)
690 lp->lex.incase = TEST_RE;
1035 if(lp->lexd.level==inlevel+1 && lp->lex.incase>
[all...]

Completed in 45 milliseconds