Home
last modified time | relevance | path

Searched refs:nolook (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/yacc/common/
H A Dy1.c60 int nolook = 0; /* flag to suppress lookahead computations */ variable
781 if (nolook) in state()
796 if (nolook) in state()
831 if (!nolook) in putitem()
1061 if (nolook) in closure()
1091 if (nolook) in closure()
1106 if (!nolook) { in closure()
1123 (void) fprintf(foutput, "\nState %d, nolook = %d\n", i, nolook); in closure()
H A Dy3.c53 nolook = !(tystate[i] == MUSTLOOKAHEAD); in output()
56 nolook = 1; in output()
H A Ddextern.h237 extern int nolook; /* flag to turn off lookahead computations */