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

/ast/src/cmd/ksh93/sh/
H A Dlex.c77 char testop1; /* 1 when unary test op legal */ member in struct:lexstate
547 lp->lex.testop1 = lp->lex.intest;
1416 if(lp->lex.testop1)
1418 lp->lex.testop1 = 0;
1429 lp->lex.testop1 = 1;
1487 lp->lex.intest = lp->lex.testop1 = 1;

Completed in 13 milliseconds