Searched refs:yystate (Results 1 – 7 of 7) sorted by relevance
| /OK3568_Linux_fs/u-boot/scripts/kconfig/ |
| H A D | zconf.tab.c | |
| H A D | zconf.tab.c_shipped | 812 yystate = *yyssp; \ 1271 int yystate; 1321 yystate = 0; 1328 | yynewstate -- Push a new state, which is found in yystate. | 1336 *yyssp = yystate; 1399 YYDPRINTF ((stderr, "Entering state %d\n", yystate)); 1401 if (yystate == YYFINAL) 1415 yyn = yypact[yystate]; 1464 yystate = yyn; 1476 yyn = yydefact[yystate]; [all …]
|
| /OK3568_Linux_fs/u-boot/scripts/dtc/ |
| H A D | dtc-parser.tab.c | |
| H A D | dtc-parser.tab.c_shipped | 725 yystate = *yyssp; \ 1221 int yystate; 1282 yystate = 0; 1290 | yynewstate -- Push a new state, which is found in yystate. | 1298 *yyssp = yystate; 1366 YYDPRINTF ((stderr, "Entering state %d\n", yystate)); 1368 if (yystate == YYFINAL) 1382 yyn = yypact[yystate]; 1431 yystate = yyn; 1443 yyn = yydefact[yystate]; [all …]
|
| /OK3568_Linux_fs/external/xserver/hw/dmx/config/ |
| H A D | parser.c | 814 yystate = *yyssp; \ 1021 yy_state_fast_t yystate = 0; in yyparse() local 1077 YYDPRINTF ((stderr, "Entering state %d\n", yystate)); in yyparse() 1078 YY_ASSERT (0 <= yystate && yystate < YYNSTATES); in yyparse() 1080 *yyssp = YY_CAST (yy_state_t, yystate); in yyparse() 1147 if (yystate == YYFINAL) in yyparse() 1161 yyn = yypact[yystate]; in yyparse() 1217 yystate = yyn; in yyparse() 1231 yyn = yydefact[yystate]; in yyparse() 1559 yystate = (0 <= yyi && yyi <= YYLAST && yycheck[yyi] == *yyssp in yyparse() [all …]
|
| /OK3568_Linux_fs/external/xserver/hw/xwin/ |
| H A D | winprefsyacc.c | 947 yystate = *yyssp; \ 1154 yy_state_fast_t yystate = 0; in yyparse() local 1210 YYDPRINTF ((stderr, "Entering state %d\n", yystate)); in yyparse() 1211 YY_ASSERT (0 <= yystate && yystate < YYNSTATES); in yyparse() 1213 *yyssp = YY_CAST (yy_state_t, yystate); in yyparse() 1280 if (yystate == YYFINAL) in yyparse() 1294 yyn = yypact[yystate]; in yyparse() 1350 yystate = yyn; in yyparse() 1364 yyn = yydefact[yystate]; in yyparse() 1648 yystate = (0 <= yyi && yyi <= YYLAST && yycheck[yyi] == *yyssp in yyparse() [all …]
|
| /OK3568_Linux_fs/buildroot/support/kconfig/ |
| H A D | zconf.tab.c_shipped | 811 yystate = *yyssp; \ 1270 int yystate; 1320 yystate = 0; 1327 | yynewstate -- Push a new state, which is found in yystate. | 1335 *yyssp = yystate; 1398 YYDPRINTF ((stderr, "Entering state %d\n", yystate)); 1400 if (yystate == YYFINAL) 1414 yyn = yypact[yystate]; 1463 yystate = yyn; 1475 yyn = yydefact[yystate]; [all …]
|