Searched refs:yystate (Results 1 – 4 of 4) sorted by relevance
/linux-4.1.27/scripts/kconfig/ |
D | zconf.tab.c | 733 #define yypact_value_is_default(yystate) \ argument 734 ((yystate) == (-90)) 1421 int yystate; local 1472 yystate = 0; 1495 *yyssp = yystate; 1558 YYDPRINTF ((stderr, "Entering state %d\n", yystate)); 1560 if (yystate == YYFINAL) 1574 yyn = yypact[yystate]; 1623 yystate = yyn; 1633 yyn = yydefact[yystate]; [all …]
|
D | zconf.tab.c_shipped | 733 #define yypact_value_is_default(yystate) \ 734 ((yystate) == (-90)) 1421 int yystate; 1472 yystate = 0; 1487 | yynewstate -- Push a new state, which is found in yystate. | 1495 *yyssp = yystate; 1558 YYDPRINTF ((stderr, "Entering state %d\n", yystate)); 1560 if (yystate == YYFINAL) 1574 yyn = yypact[yystate]; 1623 yystate = yyn; [all …]
|
/linux-4.1.27/scripts/genksyms/ |
D | parse.tab.c_shipped | 784 #define yypact_value_is_default(yystate) \ 785 ((yystate) == (-140)) 905 yystate = *yyssp; \ 1466 int yystate; 1517 yystate = 0; 1532 | yynewstate -- Push a new state, which is found in yystate. | 1540 *yyssp = yystate; 1603 YYDPRINTF ((stderr, "Entering state %d\n", yystate)); 1605 if (yystate == YYFINAL) 1619 yyn = yypact[yystate]; [all …]
|
/linux-4.1.27/scripts/dtc/ |
D | dtc-parser.tab.c_shipped | 765 yystate = *yyssp; \ 1287 int yystate; 1337 yystate = 0; 1344 | yynewstate -- Push a new state, which is found in yystate. | 1352 *yyssp = yystate; 1415 YYDPRINTF ((stderr, "Entering state %d\n", yystate)); 1417 if (yystate == YYFINAL) 1431 yyn = yypact[yystate]; 1480 yystate = yyn; 1492 yyn = yydefact[yystate]; [all …]
|