Home | History | Annotate | Download | only in src

Lines Matching defs:yystate

876 #define yypact_value_is_default(Yystate) \
877 (!!((Yystate) == (-91)))
958 yystate = *yyssp; \
1542 int yystate;
1545 yystate = yypgoto[yylhs] + *yyesp;
1546 if (yystate < 0 || YYLAST < yystate
1547 || yycheck[yystate] != *yyesp)
1548 yystate = yydefgoto[yylhs];
1550 yystate = yytable[yystate];
1555 *yyesp = yystate;
1568 *++yyesp = yystate;
1570 YYDPRINTF ((stderr, " G%d", yystate));
1921 int yystate;
1992 yystate = 0;
2012 | yynewstate -- Push a new state, which is found in yystate. |
2020 *yyssp = yystate;
2088 YYDPRINTF ((stderr, "Entering state %d\n", yystate));
2090 if (yystate == YYFINAL)
2104 yyn = yypact[yystate];
2158 yystate = yyn;
2170 yyn = yydefact[yystate];
2927 yystate = yypgoto[yyn - YYNTOKENS] + *yyssp;
2928 if (0 <= yystate && yystate <= YYLAST && yycheck[yystate] == *yyssp)
2929 yystate = yytable[yystate];
2931 yystate = yydefgoto[yyn - YYNTOKENS];
3030 yystate = *yyssp;
3042 yyn = yypact[yystate];
3060 yystos[yystate], yyvsp, yylsp);
3062 yystate = *yyssp;
3083 yystate = yyn;