Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sgs/lex/common/
H A Dreject.c113 extern struct {int *yyaa, *yybb; int *yystops; } *yylstate[], **yylsp, **yyolsp; member
125 if (*yylsp != 0 && (yyfnd = (*yylsp)->yystops) && *yyfnd > 0) in YYREJECT()
145 while (yyback((*yylsp)->yystops, -m) != 1 && yylsp > yylstate) { in yyracc()
H A Dncform189 if (*lsp != 0 && (yyfnd= (*lsp)->yystops) && *yyfnd > 0){
192 while(yyback((*lsp)->yystops,-*yyfnd) != 1 && lsp > yylstate){
H A Dnceucform216 if (*lsp != 0 && (yyfnd= (*lsp)->yystops) && *yyfnd > 0){
219 while(yyback((*lsp)->yystops,-*yyfnd) != 1 && lsp > yylstate){