Lines Matching defs:intest
76 char intest; /* 1 inside [[...]] */
273 lp->lex.intest = lp->lex.incase = lp->lex.skipword = lp->lexd.warn = 0;
457 lp->lex.reservok = !lp->lex.intest;
498 lp->lex.reservok = !lp->lex.intest;
517 if(lp->lex.intest)
540 lp->lex.reservok = !lp->lex.intest;
547 lp->lex.testop1 = lp->lex.intest;
559 if(lp->lex.intest)
639 if(c==LPAREN && lp->comp_assign && !lp->lex.intest && !lp->lex.incase)
892 if(lp->lexd.warn && c==LBRACT && !lp->lex.intest && !lp->lexd.arith && oldmode(lp)!= ST_NESTED)
1097 if(lp->lexd.level==inlevel+1 && lp->lex.incase>=TEST_RE && !lp->lex.intest)
1267 && !lp->lex.incase && !lp->lex.intest
1361 else if(n>2 && state[0]=='{' && state[n-1]=='}' && !lp->lex.intest && !lp->lex.incase && (c=='<' || c== '>') && sh_isoption(SH_BRACEEXPAND))
1380 if(assignment || (lp->lex.intest&&!lp->lex.incase) || mode==ST_NONE)
1414 if(lp->lex.intest)
1444 lp->lex.testop2 = lp->lex.intest = 0;
1487 lp->lex.intest = lp->lex.testop1 = 1;
2056 if(lp->lex.intest && lp->arg && *lp->arg->argval)