Searched defs:yylstate (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/lex/common/
H A Dreject.c115 #pragma weak yylstate macro
117 extern struct {int *yyaa, *yybb; int *yystops; } *yylstate[], **yylsp, **yyolsp;
129 while (yylsp-- > yylstate) {
156 while (yyback((*yylsp)->yystops, -m) != 1 && yylsp > yylstate) {

Completed in 95 milliseconds