Lines Matching refs:yypath
450 static YYParseState *yypath = 0; variable
780 if (yypath) in YYPARSE_DECL()
789 save = yypath; in YYPARSE_DECL()
790 yypath = save->save; in YYPARSE_DECL()
1371 if (yypath) YYABORT; in YYPARSE_DECL()
1376 save->save = yypath; in YYPARSE_DECL()
1377 yypath = save; in YYPARSE_DECL()
1382 … YYDEBUGSTR, yydepth, yystate, yypath->state, (int)(yylvp - yylvals - yypath->lexeme)); in YYPARSE_DECL()
1389 yylvp = yylvals + yypath->lexeme; in YYPARSE_DECL()
1391 yylpp = yylpsns + yypath->lexeme; in YYPARSE_DECL()
1393 yylexp = yylexemes + yypath->lexeme; in YYPARSE_DECL()
1395 yystack.s_mark = yystack.s_base + (yypath->yystack.s_mark - yypath->yystack.s_base); in YYPARSE_DECL()
1396 …memcpy (yystack.s_base, yypath->yystack.s_base, (size_t) (yystack.s_mark - yystack.s_base + 1) * s… in YYPARSE_DECL()
1397 yystack.l_mark = yystack.l_base + (yypath->yystack.l_mark - yypath->yystack.l_base); in YYPARSE_DECL()
1398 …memcpy (yystack.l_base, yypath->yystack.l_base, (size_t) (yystack.l_mark - yystack.l_base + 1) * s… in YYPARSE_DECL()
1400 yystack.p_mark = yystack.p_base + (yypath->yystack.p_mark - yypath->yystack.p_base); in YYPARSE_DECL()
1401 …memcpy (yystack.p_base, yypath->yystack.p_base, (size_t) (yystack.p_mark - yystack.p_base + 1) * s… in YYPARSE_DECL()
1403 yystate = yypath->state; in YYPARSE_DECL()
1466 while (yypath) in YYPARSE_DECL()
1468 YYParseState *save = yypath; in YYPARSE_DECL()
1469 yypath = save->save; in YYPARSE_DECL()