Home
last modified time | relevance | path

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

/linux-4.4.14/scripts/kconfig/
Dzconf.tab.c436 #define YYNTOKENS 40 macro
956 if (yytype < YYNTOKENS)
985 if (yytype < YYNTOKENS)
1255 int yyxend = yychecklim < YYNTOKENS ? yychecklim : YYNTOKENS; in yysyntax_error()
2129 yystate = yypgoto[yyn - YYNTOKENS] + *yyssp;
2133 yystate = yydefgoto[yyn - YYNTOKENS];
Dzconf.tab.c_shipped435 /* YYNTOKENS -- Number of terminals. */
436 #define YYNTOKENS 40
568 First, the terminals, then, starting at YYNTOKENS, nonterminals. */
956 if (yytype < YYNTOKENS)
985 if (yytype < YYNTOKENS)
1255 int yyxend = yychecklim < YYNTOKENS ? yychecklim : YYNTOKENS;
2129 yystate = yypgoto[yyn - YYNTOKENS] + *yyssp;
2133 yystate = yydefgoto[yyn - YYNTOKENS];
/linux-4.4.14/scripts/genksyms/
Dparse.tab.c_shipped444 /* YYNTOKENS -- Number of terminals. */
445 #define YYNTOKENS 54
580 First, the terminals, then, starting at YYNTOKENS, nonterminals. */
994 if (yytype < YYNTOKENS)
1023 if (yytype < YYNTOKENS)
1292 int yyxend = yychecklim < YYNTOKENS ? yychecklim : YYNTOKENS;
2186 yystate = yypgoto[yyn - YYNTOKENS] + *yyssp;
2190 yystate = yydefgoto[yyn - YYNTOKENS];
/linux-4.4.14/scripts/dtc/
Ddtc-parser.tab.c_shipped441 /* YYNTOKENS -- Number of terminals. */
442 #define YYNTOKENS 47
510 First, the terminals, then, starting at YYNTOKENS, nonterminals. */
845 if (yytype < YYNTOKENS)
860 yytype < YYNTOKENS ? "token" : "nterm", yytname[yytype]);
1094 int yyxend = yychecklim < YYNTOKENS ? yychecklim : YYNTOKENS;
2045 yystate = yypgoto[yyn - YYNTOKENS] + *yyssp;
2049 yystate = yydefgoto[yyn - YYNTOKENS];