Lines Matching refs:yystate
45 struct yysvf *yystate, **lsp;
67 yyestate = yystate = yybgin;
68 if (yyprevious==YYNEWLINE) yystate++;
71 if(debug)fprintf(yyout,"state %d\n",yystate-yysvec-1);
73 yyt = yystate->yystoff;
75 yyz = yystate->yyother;
141 if (yyt <= yytop && yyt->verify+yysvec == yystate){
144 *lsp++ = yystate = yyt->advance+yysvec;
159 if(yyt <= yytop && yyt->verify+yysvec == yystate){
162 *lsp++ = yystate = yyt->advance+yysvec;
177 if(yyt <= yytop && yyt->verify+yysvec == yystate){
180 *lsp++ = yystate = yyt->advance+yysvec;
188 if ((yystate = yystate->yyother) && (yyt= yystate->yystoff) != yycrank){
190 if(debug)fprintf(yyout,"fall back to state %d\n",yystate-yysvec-1);
200 fprintf(yyout,"state %d wchar_t ",yystate-yysvec-1);