Lines Matching refs:yypath
180 static YYParseState *yypath = 0; variable
499 if (yypath) in YYPARSE_DECL()
508 save = yypath; in YYPARSE_DECL()
509 yypath = save->save; in YYPARSE_DECL()
1037 if (yypath) YYABORT; in YYPARSE_DECL()
1042 save->save = yypath; in YYPARSE_DECL()
1043 yypath = save; in YYPARSE_DECL()
1048 … YYDEBUGSTR, yydepth, yystate, yypath->state, (int)(yylvp - yylvals - yypath->lexeme)); in YYPARSE_DECL()
1055 yylvp = yylvals + yypath->lexeme; in YYPARSE_DECL()
1057 yylpp = yylpsns + yypath->lexeme; in YYPARSE_DECL()
1059 yylexp = yylexemes + yypath->lexeme; in YYPARSE_DECL()
1061 yystack.s_mark = yystack.s_base + (yypath->yystack.s_mark - yypath->yystack.s_base); in YYPARSE_DECL()
1062 …memcpy (yystack.s_base, yypath->yystack.s_base, (size_t) (yystack.s_mark - yystack.s_base + 1) * s… in YYPARSE_DECL()
1063 yystack.l_mark = yystack.l_base + (yypath->yystack.l_mark - yypath->yystack.l_base); in YYPARSE_DECL()
1064 …memcpy (yystack.l_base, yypath->yystack.l_base, (size_t) (yystack.l_mark - yystack.l_base + 1) * s… in YYPARSE_DECL()
1066 yystack.p_mark = yystack.p_base + (yypath->yystack.p_mark - yypath->yystack.p_base); in YYPARSE_DECL()
1067 …memcpy (yystack.p_base, yypath->yystack.p_base, (size_t) (yystack.p_mark - yystack.p_base + 1) * s… in YYPARSE_DECL()
1069 yystate = yypath->state; in YYPARSE_DECL()
1132 while (yypath) in YYPARSE_DECL()
1134 YYParseState *save = yypath; in YYPARSE_DECL()
1135 yypath = save->save; in YYPARSE_DECL()