Searched refs:YYNTOKENS (Results 1 – 4 of 4) sorted by relevance
/linux-4.4.14/scripts/kconfig/ |
D | zconf.tab.c | 436 #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];
|
D | zconf.tab.c_shipped | 435 /* 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/ |
D | parse.tab.c_shipped | 444 /* 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/ |
D | dtc-parser.tab.c_shipped | 441 /* 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];
|