Searched refs:YYNTOKENS (Results 1 – 7 of 7) sorted by relevance
| /OK3568_Linux_fs/u-boot/scripts/kconfig/ |
| H A D | zconf.tab.c | |
| H A D | zconf.tab.c_shipped | 459 /* YYNTOKENS -- Number of terminals. */ 460 #define YYNTOKENS 41 534 First, the terminals, then, starting at YYNTOKENS, nonterminals. */ 872 if (yytype < YYNTOKENS) 887 yytype < YYNTOKENS ? "token" : "nterm", yytname[yytype]); 1119 int yyxend = yychecklim < YYNTOKENS ? yychecklim : YYNTOKENS; 2017 yystate = yypgoto[yyn - YYNTOKENS] + *yyssp; 2021 yystate = yydefgoto[yyn - YYNTOKENS];
|
| /OK3568_Linux_fs/u-boot/scripts/dtc/ |
| H A D | dtc-parser.tab.c | |
| H A D | dtc-parser.tab.c_shipped | 446 /* YYNTOKENS -- Number of terminals. */ 447 #define YYNTOKENS 48 515 First, the terminals, then, starting at YYNTOKENS, nonterminals. */ 851 if (yytype < YYNTOKENS) 866 yytype < YYNTOKENS ? "token" : "nterm", yytname[yytype]); 1100 int yyxend = yychecklim < YYNTOKENS ? yychecklim : YYNTOKENS; 2109 yystate = yypgoto[yyn - YYNTOKENS] + *yyssp; 2113 yystate = yydefgoto[yyn - YYNTOKENS];
|
| /OK3568_Linux_fs/external/xserver/hw/dmx/config/ |
| H A D | parser.c | 560 #define YYNTOKENS 18 macro 874 if (yykind < YYNTOKENS) in yy_symbol_value_print() 892 yykind < YYNTOKENS ? "token" : "nterm", yysymbol_name (yykind)); in yy_symbol_print() 1557 const int yylhs = yyr1[yyn] - YYNTOKENS; in yyparse()
|
| /OK3568_Linux_fs/external/xserver/hw/xwin/ |
| H A D | winprefsyacc.c | 674 #define YYNTOKENS 32 macro 1007 if (yykind < YYNTOKENS) in yy_symbol_value_print() 1025 yykind < YYNTOKENS ? "token" : "nterm", yysymbol_name (yykind)); in yy_symbol_print() 1646 const int yylhs = yyr1[yyn] - YYNTOKENS; in yyparse()
|
| /OK3568_Linux_fs/buildroot/support/kconfig/ |
| H A D | zconf.tab.c_shipped | 451 /* YYNTOKENS -- Number of terminals. */ 452 #define YYNTOKENS 41 526 First, the terminals, then, starting at YYNTOKENS, nonterminals. */ 871 if (yytype < YYNTOKENS) 886 yytype < YYNTOKENS ? "token" : "nterm", yytname[yytype]); 1118 int yyxend = yychecklim < YYNTOKENS ? yychecklim : YYNTOKENS; 2032 yystate = yypgoto[yyn - YYNTOKENS] + *yyssp; 2036 yystate = yydefgoto[yyn - YYNTOKENS];
|