Lines Matching refs:yystate
958 yystate = *yyssp; \
1542 int yystate; in yy_lac() local
1545 yystate = yypgoto[yylhs] + *yyesp; in yy_lac()
1546 if (yystate < 0 || YYLAST < yystate in yy_lac()
1547 || yycheck[yystate] != *yyesp) in yy_lac()
1548 yystate = yydefgoto[yylhs]; in yy_lac()
1550 yystate = yytable[yystate]; in yy_lac()
1555 *yyesp = yystate; in yy_lac()
1568 *++yyesp = yystate; in yy_lac()
1570 YYDPRINTF ((stderr, " G%d", yystate)); in yy_lac()
1921 int yystate; local
1992 yystate = 0;
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;