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

/illumos-gate/usr/src/cmd/sgs/lex/common/
H A Dreject.c117 extern struct {int *yyaa, *yybb; int *yystops; } *yylstate[], **yylsp, **yyolsp; member in struct:__anon1668
132 if (*yylsp != 0 && (yyfnd = (*yylsp)->yystops) && *yyfnd > 0)
156 while (yyback((*yylsp)->yystops, -m) != 1 && yylsp > yylstate) {
H A Dncform193 if (*lsp != 0 && (yyfnd= (*lsp)->yystops) && *yyfnd > 0){
196 while(yyback((*lsp)->yystops,-*yyfnd) != 1 && lsp > yylstate){
H A Dnceucform222 if (*lsp != 0 && (yyfnd= (*lsp)->yystops) && *yyfnd > 0){
225 while(yyback((*lsp)->yystops,-*yyfnd) != 1 && lsp > yylstate){

Completed in 59 milliseconds