Searched refs:YYNTOKENS (Results 1 – 4 of 4) sorted by relevance
/linux-4.1.27/scripts/kconfig/ |
D | zconf.tab.c | 423 #define YYNTOKENS 36 macro 934 if (yytype < YYNTOKENS) 963 if (yytype < YYNTOKENS) 1233 int yyxend = yychecklim < YYNTOKENS ? yychecklim : YYNTOKENS; in yysyntax_error() 2087 yystate = yypgoto[yyn - YYNTOKENS] + *yyssp; 2091 yystate = yydefgoto[yyn - YYNTOKENS];
|
D | zconf.tab.c_shipped | 422 /* YYNTOKENS -- Number of terminals. */ 423 #define YYNTOKENS 36 552 First, the terminals, then, starting at YYNTOKENS, nonterminals. */ 934 if (yytype < YYNTOKENS) 963 if (yytype < YYNTOKENS) 1233 int yyxend = yychecklim < YYNTOKENS ? yychecklim : YYNTOKENS; 2087 yystate = yypgoto[yyn - YYNTOKENS] + *yyssp; 2091 yystate = yydefgoto[yyn - YYNTOKENS];
|
/linux-4.1.27/scripts/genksyms/ |
D | parse.tab.c_shipped | 432 /* YYNTOKENS -- Number of terminals. */ 433 #define YYNTOKENS 54 567 First, the terminals, then, starting at YYNTOKENS, nonterminals. */ 1009 if (yytype < YYNTOKENS) 1038 if (yytype < YYNTOKENS) 1308 int yyxend = yychecklim < YYNTOKENS ? yychecklim : YYNTOKENS; 2198 yystate = yypgoto[yyn - YYNTOKENS] + *yyssp; 2202 yystate = yydefgoto[yyn - YYNTOKENS];
|
/linux-4.1.27/scripts/dtc/ |
D | dtc-parser.tab.c_shipped | 434 /* YYNTOKENS -- Number of terminals. */ 435 #define YYNTOKENS 48 546 First, the terminals, then, starting at YYNTOKENS, nonterminals. */ 841 if (yytype < YYNTOKENS) 866 if (yytype < YYNTOKENS) 1135 int yyxend = yychecklim < YYNTOKENS ? yychecklim : YYNTOKENS; 2100 yystate = yypgoto[yyn - YYNTOKENS] + *yyssp; 2104 yystate = yydefgoto[yyn - YYNTOKENS];
|