Lines Matching refs:yypath
320 static YYParseState *yypath = 0; variable
631 if (yypath) in YYPARSE_DECL()
640 save = yypath; in YYPARSE_DECL()
641 yypath = save->save; in YYPARSE_DECL()
1166 if (yypath) YYABORT; in YYPARSE_DECL()
1171 save->save = yypath; in YYPARSE_DECL()
1172 yypath = save; in YYPARSE_DECL()
1177 … YYDEBUGSTR, yydepth, yystate, yypath->state, (int)(yylvp - yylvals - yypath->lexeme)); in YYPARSE_DECL()
1184 yylvp = yylvals + yypath->lexeme; in YYPARSE_DECL()
1186 yylpp = yylpsns + yypath->lexeme; in YYPARSE_DECL()
1188 yylexp = yylexemes + yypath->lexeme; in YYPARSE_DECL()
1190 yystack.s_mark = yystack.s_base + (yypath->yystack.s_mark - yypath->yystack.s_base); in YYPARSE_DECL()
1191 …memcpy (yystack.s_base, yypath->yystack.s_base, (size_t) (yystack.s_mark - yystack.s_base + 1) * s… in YYPARSE_DECL()
1192 yystack.l_mark = yystack.l_base + (yypath->yystack.l_mark - yypath->yystack.l_base); in YYPARSE_DECL()
1193 …memcpy (yystack.l_base, yypath->yystack.l_base, (size_t) (yystack.l_mark - yystack.l_base + 1) * s… in YYPARSE_DECL()
1195 yystack.p_mark = yystack.p_base + (yypath->yystack.p_mark - yypath->yystack.p_base); in YYPARSE_DECL()
1196 …memcpy (yystack.p_base, yypath->yystack.p_base, (size_t) (yystack.p_mark - yystack.p_base + 1) * s… in YYPARSE_DECL()
1198 yystate = yypath->state; in YYPARSE_DECL()
1261 while (yypath) in YYPARSE_DECL()
1263 YYParseState *save = yypath; in YYPARSE_DECL()
1264 yypath = save->save; in YYPARSE_DECL()