Lines Matching refs:yystate
228 int yystate;
718 #define yypact_value_is_default(Yystate) \
719 ]b4_table_value_equals([[pact]], [[Yystate]], [b4_pact_ninf])[
770 yystate = *yyssp; \]b4_lac_if([[
1113 int yystate;
1116 yystate = yypgoto[yylhs] + *yyesp;
1117 if (yystate < 0 || YYLAST < yystate
1118 || yycheck[yystate] != *yyesp)
1119 yystate = yydefgoto[yylhs];
1121 yystate = yytable[yystate];
1126 *yyesp = yystate;
1139 *++yyesp = yystate;
1141 YYDPRINTF ((stderr, " G%d", yystate));
1482 #define yystate yyps->yystate
1555 yyn = yypact[yystate];
1571 yystate = 0;
1588 | yynewstate -- Push a new state, which is found in yystate. |
1596 *yyssp = yystate;
1664 YYDPRINTF ((stderr, "Entering state %d\n", yystate));
1666 if (yystate == YYFINAL)
1680 yyn = yypact[yystate];
1754 yystate = yyn;
1766 yyn = yydefact[yystate];
1834 yystate = yypgoto[yyn - YYNTOKENS] + *yyssp;
1835 if (0 <= yystate && yystate <= YYLAST && yycheck[yystate] == *yyssp)
1836 yystate = yytable[yystate];
1838 yystate = yydefgoto[yyn - YYNTOKENS];
1937 yystate = *yyssp;
1949 yyn = yypact[yystate];
1967 yystos[yystate], yyvsp]b4_locations_if([, yylsp])[]b4_user_args[);
1969 yystate = *yyssp;
1990 yystate = yyn;