Lines Matching refs:yystate
39 struct yysvf *yystate, **lsp;
61 yyestate = yystate = yybgin;
62 if (yyprevious==YYNEWLINE) yystate++;
65 if(debug)fprintf(yyout,"state %d\n",yystate-yysvec-1);
67 yyt = yystate->yystoff;
69 yyz = yystate->yyother;
114 if (yyt <= yytop && yyt->verify+yysvec == yystate){
117 *lsp++ = yystate = yyt->advance+yysvec;
132 if(yyt <= yytop && yyt->verify+yysvec == yystate){
135 *lsp++ = yystate = yyt->advance+yysvec;
150 if(yyt <= yytop && yyt->verify+yysvec == yystate){
153 *lsp++ = yystate = yyt->advance+yysvec;
161 if ((yystate = yystate->yyother) && (yyt= yystate->yystoff) != yycrank){
163 if(debug)fprintf(yyout,"fall back to state %d\n",yystate-yysvec-1);
173 fprintf(yyout,"state %d char ",yystate-yysvec-1);