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

/osnet-11/usr/src/lib/libshell/common/sh/
H A Dlex.c80 char testop1; /* 1 when unary test op legal */ member in struct:lexstate
541 lp->lex.testop1 = lp->lex.intest;
1384 if(lp->lex.testop1)
1386 lp->lex.testop1 = 0;
1397 lp->lex.testop1 = 1;
1455 lp->lex.intest = lp->lex.testop1 = 1;

Completed in 23 milliseconds