Lines Matching refs:yypath
430 static YYParseState *yypath = 0; variable
761 if (yypath) in YYPARSE_DECL()
770 save = yypath; in YYPARSE_DECL()
771 yypath = save->save; in YYPARSE_DECL()
1352 if (yypath) YYABORT; in YYPARSE_DECL()
1357 save->save = yypath; in YYPARSE_DECL()
1358 yypath = save; in YYPARSE_DECL()
1363 … YYDEBUGSTR, yydepth, yystate, yypath->state, (int)(yylvp - yylvals - yypath->lexeme)); in YYPARSE_DECL()
1370 yylvp = yylvals + yypath->lexeme; in YYPARSE_DECL()
1372 yylpp = yylpsns + yypath->lexeme; in YYPARSE_DECL()
1374 yylexp = yylexemes + yypath->lexeme; in YYPARSE_DECL()
1376 yystack.s_mark = yystack.s_base + (yypath->yystack.s_mark - yypath->yystack.s_base); in YYPARSE_DECL()
1377 …memcpy (yystack.s_base, yypath->yystack.s_base, (size_t) (yystack.s_mark - yystack.s_base + 1) * s… in YYPARSE_DECL()
1378 yystack.l_mark = yystack.l_base + (yypath->yystack.l_mark - yypath->yystack.l_base); in YYPARSE_DECL()
1379 …memcpy (yystack.l_base, yypath->yystack.l_base, (size_t) (yystack.l_mark - yystack.l_base + 1) * s… in YYPARSE_DECL()
1381 yystack.p_mark = yystack.p_base + (yypath->yystack.p_mark - yypath->yystack.p_base); in YYPARSE_DECL()
1382 …memcpy (yystack.p_base, yypath->yystack.p_base, (size_t) (yystack.p_mark - yystack.p_base + 1) * s… in YYPARSE_DECL()
1384 yystate = yypath->state; in YYPARSE_DECL()
1447 while (yypath) in YYPARSE_DECL()
1449 YYParseState *save = yypath; in YYPARSE_DECL()
1450 yypath = save->save; in YYPARSE_DECL()