Searched refs:incase (Results 1 – 1 of 1) sorted by relevance
75 char incase; /* 1 for case pattern, 2 after case */ member267 lp->lex.intest = lp->lex.incase = lp->lex.skipword = lp->lexd.warn = 0; in sh_lexopen()329 if(lp->lex.incase) in sh_lex()492 if(lp->lex.incase<=TEST_RE) in sh_lex()523 lp->lex.incase = 0; in sh_lex()606 lp->lex.incase = (c==BREAKCASESYM || c==FALLTHRUSYM); in sh_lex()614 if(c==LPAREN && lp->comp_assign && !lp->lex.intest && !lp->lex.incase) in sh_lex()689 if(c=='~' && n==LPAREN && lp->lex.incase) in sh_lex()690 lp->lex.incase = TEST_RE; in sh_lex()1035 if(lp->lexd.level==inlevel+1 && lp->lex.incase>=TEST_RE && !lp->lex.intest) in sh_lex()[all …]