Lines Matching refs:intest
76 char intest; /* 1 inside [[...]] */ member
267 lp->lex.intest = lp->lex.incase = lp->lex.skipword = lp->lexd.warn = 0; in sh_lexopen()
440 lp->lex.reservok = !lp->lex.intest; in sh_lex()
478 lp->lex.reservok = !lp->lex.intest; in sh_lex()
497 if(lp->lex.intest) in sh_lex()
519 lp->lex.reservok = !lp->lex.intest; in sh_lex()
526 lp->lex.testop1 = lp->lex.intest; in sh_lex()
614 if(c==LPAREN && lp->comp_assign && !lp->lex.intest && !lp->lex.incase) in sh_lex()
845 if(lp->lexd.warn && c==LBRACT && !lp->lex.intest && !lp->lexd.arith && oldmode(lp)!= ST_NESTED) in sh_lex()
1035 if(lp->lexd.level==inlevel+1 && lp->lex.incase>=TEST_RE && !lp->lex.intest) in sh_lex()
1194 && !lp->lex.incase && !lp->lex.intest in sh_lex()
1285 …else if(n>2 && state[0]=='{' && state[n-1]=='}' && !lp->lex.intest && !lp->lex.incase && (c=='<' |… in sh_lex()
1304 if(assignment || (lp->lex.intest&&!lp->lex.incase) || mode==ST_NONE) in sh_lex()
1342 if(lp->lex.intest) in sh_lex()
1372 lp->lex.testop2 = lp->lex.intest = 0; in sh_lex()
1415 lp->lex.intest = lp->lex.testop1 = 1; in sh_lex()
1930 if(lp->lex.intest && lp->arg && *lp->arg->argval) in fmttoken()