Searched refs:yystate (Results 1 – 4 of 4) sorted by relevance
/linux-4.4.14/scripts/kconfig/ |
D | zconf.tab.c | 752 #define yypact_value_is_default(yystate) \ argument 753 ((yystate) == (-91)) 852 yystate = *yyssp; \ 1443 int yystate; local 1494 yystate = 0; 1517 *yyssp = yystate; 1580 YYDPRINTF ((stderr, "Entering state %d\n", yystate)); 1582 if (yystate == YYFINAL) 1596 yyn = yypact[yystate]; 1645 yystate = yyn; [all …]
|
D | zconf.tab.c_shipped | 752 #define yypact_value_is_default(yystate) \ 753 ((yystate) == (-91)) 852 yystate = *yyssp; \ 1443 int yystate; 1494 yystate = 0; 1509 | yynewstate -- Push a new state, which is found in yystate. | 1517 *yyssp = yystate; 1580 YYDPRINTF ((stderr, "Entering state %d\n", yystate)); 1582 if (yystate == YYFINAL) 1596 yyn = yypact[yystate]; [all …]
|
/linux-4.4.14/scripts/genksyms/ |
D | parse.tab.c_shipped | 918 yystate = *yyssp; \ 1449 int yystate; 1499 yystate = 0; 1506 | yynewstate -- Push a new state, which is found in yystate. | 1514 *yyssp = yystate; 1577 YYDPRINTF ((stderr, "Entering state %d\n", yystate)); 1579 if (yystate == YYFINAL) 1593 yyn = yypact[yystate]; 1642 yystate = yyn; 1654 yyn = yydefact[yystate]; [all …]
|
/linux-4.4.14/scripts/dtc/ |
D | dtc-parser.tab.c_shipped | 719 yystate = *yyssp; \ 1215 int yystate; 1276 yystate = 0; 1284 | yynewstate -- Push a new state, which is found in yystate. | 1292 *yyssp = yystate; 1360 YYDPRINTF ((stderr, "Entering state %d\n", yystate)); 1362 if (yystate == YYFINAL) 1376 yyn = yypact[yystate]; 1425 yystate = yyn; 1437 yyn = yydefact[yystate]; [all …]
|