Lines Matching refs:yypath
492 static YYParseState *yypath = 0; in YYPARSE_DECL() local
661 if (yypath) in YYPARSE_DECL()
670 save = yypath; in YYPARSE_DECL()
671 yypath = save->save; in YYPARSE_DECL()
1199 if (yypath) YYABORT; in YYPARSE_DECL()
1204 save->save = yypath; in YYPARSE_DECL()
1205 yypath = save; in YYPARSE_DECL()
1210 … YYDEBUGSTR, yydepth, yystate, yypath->state, (int)(yylvp - yylvals - yypath->lexeme)); in YYPARSE_DECL()
1217 yylvp = yylvals + yypath->lexeme; in YYPARSE_DECL()
1219 yylpp = yylpsns + yypath->lexeme; in YYPARSE_DECL()
1221 yylexp = yylexemes + yypath->lexeme; in YYPARSE_DECL()
1223 yystack.s_mark = yystack.s_base + (yypath->yystack.s_mark - yypath->yystack.s_base); in YYPARSE_DECL()
1224 …memcpy (yystack.s_base, yypath->yystack.s_base, (size_t) (yystack.s_mark - yystack.s_base + 1) * s… in YYPARSE_DECL()
1225 yystack.l_mark = yystack.l_base + (yypath->yystack.l_mark - yypath->yystack.l_base); in YYPARSE_DECL()
1226 …memcpy (yystack.l_base, yypath->yystack.l_base, (size_t) (yystack.l_mark - yystack.l_base + 1) * s… in YYPARSE_DECL()
1228 yystack.p_mark = yystack.p_base + (yypath->yystack.p_mark - yypath->yystack.p_base); in YYPARSE_DECL()
1229 …memcpy (yystack.p_base, yypath->yystack.p_base, (size_t) (yystack.p_mark - yystack.p_base + 1) * s… in YYPARSE_DECL()
1231 yystate = yypath->state; in YYPARSE_DECL()
1294 while (yypath) in YYPARSE_DECL()
1296 YYParseState *save = yypath; in YYPARSE_DECL()
1297 yypath = save->save; in YYPARSE_DECL()