Searched refs:YYNTOKENS (Results 1 - 6 of 6) sorted by relevance

/external/toybox/kconfig/
H A Dzconf.tab.c_shipped377 /* YYNTOKENS -- Number of terminals. */
378 #define YYNTOKENS 36
505 First, the terminals, then, starting at YYNTOKENS, nonterminals. */
1064 if (yytype < YYNTOKENS)
1071 if (yytype < YYNTOKENS)
1856 yystate = yypgoto[yyn - YYNTOKENS] + *yyssp;
1860 yystate = yydefgoto[yyn - YYNTOKENS];
1914 int yyxend = yychecklim < YYNTOKENS ? yychecklim : YYNTOKENS;
/external/libpcap/
H A Dgrammar.c885 /* YYNTOKENS -- Number of terminals. */
886 #define YYNTOKENS 139 macro
978 First, the terminals, then, starting at YYNTOKENS, nonterminals. */
1474 if (yytype < YYNTOKENS)
1489 yytype < YYNTOKENS ? "token" : "nterm", yytname[yytype]);
1721 int yyxend = yychecklim < YYNTOKENS ? yychecklim : YYNTOKENS;
3452 yystate = yypgoto[yyn - YYNTOKENS] + *yyssp;
3456 yystate = yydefgoto[yyn - YYNTOKENS];
/external/bison/src/
H A Dparse-gram.c592 /* YYNTOKENS -- Number of terminals. */
593 #define YYNTOKENS 58 macro
715 First, the terminals, then, starting at YYNTOKENS, nonterminals. */
1078 if (yytype < YYNTOKENS)
1234 if (yytype < YYNTOKENS)
1544 int yylhs = yyr1[yyrule] - YYNTOKENS;
1737 for (yyx = 0; yyx < YYNTOKENS; ++yyx)
2927 yystate = yypgoto[yyn - YYNTOKENS] + *yyssp;
2931 yystate = yydefgoto[yyn - YYNTOKENS];
/external/bison/data/
H A Dglr.cc184 *yycdebug_ << (yytype < YYNTOKENS ? "token" : "nterm")
H A Dyacc.c608 /* YYNTOKENS -- Number of terminals. */
609 #define YYNTOKENS ]b4_tokens_number[ macro
653 First, the terminals, then, starting at YYNTOKENS, nonterminals. */
1115 int yylhs = yyr1[yyrule] - YYNTOKENS;
1304 int yyxend = yychecklim < YYNTOKENS ? yychecklim : YYNTOKENS;]])[
1307 for (yyx = 0; yyx < YYNTOKENS; ++yyx)
1834 yystate = yypgoto[yyn - YYNTOKENS] + *yyssp;
1838 yystate = yydefgoto[yyn - YYNTOKENS];
H A Dglr.c315 /* YYNTOKENS -- Number of terminals. */
316 #define YYNTOKENS ]b4_tokens_number[ macro
365 First, the terminals, then, starting at YYNTOKENS, nonterminals. */
1005 yyr = yypgoto[yylhs - YYNTOKENS] + yystate;
1009 return yydefgoto[yylhs - YYNTOKENS];
2067 int yyxend = yychecklim < YYNTOKENS ? yychecklim : YYNTOKENS;

Completed in 134 milliseconds