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

/illumos-gate/usr/src/lib/libshell/common/sh/
H A Dlex.c78 char testop2; /* 1 when binary test op legal */ member in struct:lexstate
507 if(lp->lex.testop2)
508 lp->lex.testop2 = 0;
1362 lp->lex.testop2 = 1;
1372 lp->lex.testop2 = lp->lex.intest = 0;
1382 if(lp->lex.testop2)
1390 lp->lex.testop2 = 0;
1416 lp->lex.testop2 = lp->lex.reservok = 0;

Completed in 82 milliseconds