Home
last modified time | relevance | path

Searched refs:yystate (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/scripts/kconfig/
Dzconf.tab.c752 #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 …]
Dzconf.tab.c_shipped752 #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/
Dparse.tab.c_shipped918 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/
Ddtc-parser.tab.c_shipped719 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 …]