Home | History | Annotate | Download | only in btyacc

Lines Matching defs:yyps

293 static YYParseState *yyps = NULL;
360 #define yytrial (yyps->save)
480 #define YYVALID do { if (yyps->save) goto yyvalid; } while(0)
481 #define YYVALID_NESTED do { if (yyps->save && \
482 yyps->save->save == 0) goto yyvalid; } while(0)
513 yyps = yyNewState(0); if (yyps == NULL) goto yyenomem;
514 yyps->save = NULL;
552 if (yyps->save)
641 if (yyps->save)
649 save->save = yyps->save;
670 if (yyps->save == NULL)
714 yyps->save = save;
794 while (yyps->save)
797 YYParseState *save = yyps->save;
801 YYDEBUGSTR, yydepth, yystate, yyps->save->state,
802 (int)(yylvp - yylvals - yyps->save->lexeme));
812 yyerrctx->save = yyps->save;
843 yyps->save = save->save;
848 if (!yyps->save)
1070 if (yyps->save)
1154 while (yyps->save)
1156 YYParseState *save = yyps->save;
1157 yyps->save = save->save;
1206 if (yyps->save) goto yyvalid;
1241 while (yyps)
1243 YYParseState *save = yyps;
1244 yyps = save->save;