Home | History | Annotate | Download | only in compiler

Lines Matching defs:yystate

1164    YYCHAR while in state YYSTATE.  Return the number of bytes copied,
1171 yysyntax_error (char *yyresult, int yystate, int yychar)
1173 int yyn = yypact[yystate];
1360 int yystate;
1411 yystate = 0;
1426 | yynewstate -- Push a new state, which is found in yystate. |
1434 *yyssp = yystate;
1497 YYDPRINTF ((stderr, "Entering state %d\n", yystate));
1499 if (yystate == YYFINAL)
1513 yyn = yypact[yystate];
1562 yystate = yyn;
1572 yyn = yydefact[yystate];
1808 yystate = yypgoto[yyn - YYNTOKENS] + *yyssp;
1809 if (0 <= yystate && yystate <= YYLAST && yycheck[yystate] == *yyssp)
1810 yystate = yytable[yystate];
1812 yystate = yydefgoto[yyn - YYNTOKENS];
1829 YYSIZE_T yysize = yysyntax_error (0, yystate, yychar);
1849 (void) yysyntax_error (yymsg, yystate, yychar);
1904 yystate = *yyssp;
1916 yyn = yypact[yystate];
1934 yystos[yystate], yyvsp);
1936 yystate = *yyssp;
1946 yystate = yyn;