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

/osnet-11/usr/src/lib/libshell/common/sh/
H A Dlex.c81 char testop2; /* 1 when binary test op legal */ member in struct:lexstate
522 if(lp->lex.testop2)
523 lp->lex.testop2 = 0;
1402 lp->lex.testop2 = 1;
1412 lp->lex.testop2 = lp->lex.intest = 0;
1422 if(lp->lex.testop2)
1430 lp->lex.testop2 = 0;
1456 lp->lex.testop2 = lp->lex.reservok = 0;

Completed in 23 milliseconds