Searched refs:yystate (Results 1 – 4 of 4) sorted by relevance
| /utopia/UTPA2-700.0.x/projects/build/scripts/kconfig/ |
| H A D | zconf.tab.c | 1178 yysyntax_error (char *yyresult, int yystate, int yychar) in yysyntax_error() argument 1180 int yyn = yypact[yystate]; in yysyntax_error() 1396 int yystate; local 1447 yystate = 0; 1470 *yyssp = yystate; 1533 YYDPRINTF ((stderr, "Entering state %d\n", yystate)); 1535 if (yystate == YYFINAL) 1549 yyn = yypact[yystate]; 1598 yystate = yyn; 1608 yyn = yydefact[yystate]; [all …]
|
| H A D | zconf.tab.c_shipped | 1178 yysyntax_error (char *yyresult, int yystate, int yychar) 1180 int yyn = yypact[yystate]; 1396 int yystate; 1447 yystate = 0; 1462 | yynewstate -- Push a new state, which is found in yystate. | 1470 *yyssp = yystate; 1533 YYDPRINTF ((stderr, "Entering state %d\n", yystate)); 1535 if (yystate == YYFINAL) 1549 yyn = yypact[yystate]; 1598 yystate = yyn; [all …]
|
| /utopia/UTPA2-700.0.x/projects/build/scripts/dtc/ |
| H A D | dtc-parser.tab.c_shipped | 979 yysyntax_error (char *yyresult, int yystate, int yychar) 981 int yyn = yypact[yystate]; 1167 int yystate; 1218 yystate = 0; 1233 | yynewstate -- Push a new state, which is found in yystate. | 1241 *yyssp = yystate; 1304 YYDPRINTF ((stderr, "Entering state %d\n", yystate)); 1306 if (yystate == YYFINAL) 1320 yyn = yypact[yystate]; 1369 yystate = yyn; [all …]
|
| /utopia/UTPA2-700.0.x/projects/build/scripts/genksyms/ |
| H A D | parse.c_shipped | 1227 yysyntax_error (char *yyresult, int yystate, int yychar) 1229 int yyn = yypact[yystate]; 1415 int yystate; 1466 yystate = 0; 1481 | yynewstate -- Push a new state, which is found in yystate. | 1489 *yyssp = yystate; 1552 YYDPRINTF ((stderr, "Entering state %d\n", yystate)); 1554 if (yystate == YYFINAL) 1568 yyn = yypact[yystate]; 1617 yystate = yyn; [all …]
|