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

/illumos-gate/usr/src/lib/libshell/common/sh/
H A Dlex.c77 char testop1; /* 1 when unary test op legal */ member in struct:lexstate
526 lp->lex.testop1 = lp->lex.intest;
1344 if(lp->lex.testop1)
1346 lp->lex.testop1 = 0;
1357 lp->lex.testop1 = 1;
1415 lp->lex.intest = lp->lex.testop1 = 1;

Completed in 48 milliseconds