Lines Matching refs:intest
79 char intest; /* 1 inside [[...]] */
275 lp->lex.intest = lp->lex.incase = lp->lex.skipword = lp->lexd.warn = 0;
452 lp->lex.reservok = !lp->lex.intest;
493 lp->lex.reservok = !lp->lex.intest;
512 if(lp->lex.intest)
534 lp->lex.reservok = !lp->lex.intest;
541 lp->lex.testop1 = lp->lex.intest;
553 if(lp->lex.intest)
633 if(c==LPAREN && lp->comp_assign && !lp->lex.intest && !lp->lex.incase)
884 if(lp->lexd.warn && c==LBRACT && !lp->lex.intest && !lp->lexd.arith && oldmode(lp)!= ST_NESTED)
1076 if(lp->lexd.level==inlevel+1 && lp->lex.incase>=TEST_RE && !lp->lex.intest)
1236 && !lp->lex.incase && !lp->lex.intest
1329 else if(n>2 && state[0]=='{' && state[n-1]=='}' && !lp->lex.intest && !lp->lex.incase && (c=='<' || c== '>') && sh_isoption(SH_BRACEEXPAND))
1348 if(assignment || (lp->lex.intest&&!lp->lex.incase) || mode==ST_NONE)
1382 if(lp->lex.intest)
1412 lp->lex.testop2 = lp->lex.intest = 0;
1455 lp->lex.intest = lp->lex.testop1 = 1;
1990 if(lp->lex.intest && lp->arg && *lp->arg->argval)