Lines Matching refs:yypath
443 static YYParseState *yypath = 0; variable
778 if (yypath) in YYPARSE_DECL()
787 save = yypath; in YYPARSE_DECL()
788 yypath = save->save; in YYPARSE_DECL()
1392 if (yypath) YYABORT; in YYPARSE_DECL()
1397 save->save = yypath; in YYPARSE_DECL()
1398 yypath = save; in YYPARSE_DECL()
1403 … YYDEBUGSTR, yydepth, yystate, yypath->state, (int)(yylvp - yylvals - yypath->lexeme)); in YYPARSE_DECL()
1410 yylvp = yylvals + yypath->lexeme; in YYPARSE_DECL()
1412 yylpp = yylpsns + yypath->lexeme; in YYPARSE_DECL()
1414 yylexp = yylexemes + yypath->lexeme; in YYPARSE_DECL()
1416 yystack.s_mark = yystack.s_base + (yypath->yystack.s_mark - yypath->yystack.s_base); in YYPARSE_DECL()
1417 …memcpy (yystack.s_base, yypath->yystack.s_base, (size_t) (yystack.s_mark - yystack.s_base + 1) * s… in YYPARSE_DECL()
1418 yystack.l_mark = yystack.l_base + (yypath->yystack.l_mark - yypath->yystack.l_base); in YYPARSE_DECL()
1419 …memcpy (yystack.l_base, yypath->yystack.l_base, (size_t) (yystack.l_mark - yystack.l_base + 1) * s… in YYPARSE_DECL()
1421 yystack.p_mark = yystack.p_base + (yypath->yystack.p_mark - yypath->yystack.p_base); in YYPARSE_DECL()
1422 …memcpy (yystack.p_base, yypath->yystack.p_base, (size_t) (yystack.p_mark - yystack.p_base + 1) * s… in YYPARSE_DECL()
1424 yystate = yypath->state; in YYPARSE_DECL()
1487 while (yypath) in YYPARSE_DECL()
1489 YYParseState *save = yypath; in YYPARSE_DECL()
1490 yypath = save->save; in YYPARSE_DECL()