Searched refs:YYNTOKENS (Results 1 – 8 of 8) sorted by relevance
/external/iproute2/tc/ |
D | emp_ematch.yacc.c | 420 #define YYNTOKENS 10 macro 723 if (yytype < YYNTOKENS) in yy_symbol_value_print() 738 yytype < YYNTOKENS ? "token" : "nterm", yytname[yytype]); in yy_symbol_print() 972 int yyxend = yychecklim < YYNTOKENS ? yychecklim : YYNTOKENS; in yysyntax_error() 1462 yystate = yypgoto[yyn - YYNTOKENS] + *yyssp; in yyparse() 1466 yystate = yydefgoto[yyn - YYNTOKENS]; in yyparse()
|
/external/swiftshader/src/OpenGL/compiler/preprocessor/ |
D | ExpressionParser.cpp | 457 #define YYNTOKENS 28 macro 743 if (yytype < YYNTOKENS) in yy_symbol_value_print() 758 yytype < YYNTOKENS ? "token" : "nterm", yytname[yytype]); in yy_symbol_print() 990 int yyxend = yychecklim < YYNTOKENS ? yychecklim : YYNTOKENS; in yysyntax_error() 1724 yystate = yypgoto[yyn - YYNTOKENS] + *yyssp; in yyparse() 1728 yystate = yydefgoto[yyn - YYNTOKENS]; in yyparse()
|
/external/one-true-awk/ |
D | ytab.c | 582 #define YYNTOKENS 113 macro 1954 if (yytype < YYNTOKENS) in yy_symbol_value_print() 1969 yytype < YYNTOKENS ? "token" : "nterm", yytname[yytype]); in yy_symbol_print() 2201 int yyxend = yychecklim < YYNTOKENS ? yychecklim : YYNTOKENS; in yysyntax_error() 3451 yystate = yypgoto[yyn - YYNTOKENS] + *yyssp; in yyparse() 3455 yystate = yydefgoto[yyn - YYNTOKENS]; in yyparse()
|
/external/libxkbcommon/xkbcommon/src/xkbcomp/ |
D | parser.c | 578 #define YYNTOKENS 65 macro 1146 if (yytype < YYNTOKENS) in yy_symbol_value_print() 1161 yytype < YYNTOKENS ? "token" : "nterm", yytname[yytype]); in yy_symbol_print() 1393 int yyxend = yychecklim < YYNTOKENS ? yychecklim : YYNTOKENS; in yysyntax_error() 3204 yystate = yypgoto[yyn - YYNTOKENS] + *yyssp; in yyparse() 3208 yystate = yydefgoto[yyn - YYNTOKENS]; in yyparse()
|
/external/libpcap/ |
D | grammar.c | 890 #define YYNTOKENS 139 macro 1480 if (yytype < YYNTOKENS) in yy_symbol_value_print() 1495 yytype < YYNTOKENS ? "token" : "nterm", yytname[yytype]); in yy_symbol_print() 1727 int yyxend = yychecklim < YYNTOKENS ? yychecklim : YYNTOKENS; in yysyntax_error() 3464 yystate = yypgoto[yyn - YYNTOKENS] + *yyssp; in yyparse() 3468 yystate = yydefgoto[yyn - YYNTOKENS]; in yyparse()
|
/external/toybox/kconfig/ |
D | zconf.tab.c_shipped | 377 /* YYNTOKENS -- Number of terminals. */ 378 #define YYNTOKENS 36 505 First, the terminals, then, starting at YYNTOKENS, nonterminals. */ 1062 if (yytype < YYNTOKENS) 1069 if (yytype < YYNTOKENS) 1852 yystate = yypgoto[yyn - YYNTOKENS] + *yyssp; 1856 yystate = yydefgoto[yyn - YYNTOKENS]; 1910 int yyxend = yychecklim < YYNTOKENS ? yychecklim : YYNTOKENS;
|
/external/swiftshader/src/OpenGL/compiler/ |
D | glslang_tab.cpp | 642 #define YYNTOKENS 128 macro 1741 if (yytype < YYNTOKENS) in yy_symbol_value_print() 1756 yytype < YYNTOKENS ? "token" : "nterm", yytname[yytype]); in yy_symbol_print() 1990 int yyxend = yychecklim < YYNTOKENS ? yychecklim : YYNTOKENS; in yysyntax_error() 4901 yystate = yypgoto[yyn - YYNTOKENS] + *yyssp; in yyparse() 4905 yystate = yydefgoto[yyn - YYNTOKENS]; in yyparse()
|
/external/deqp-deps/glslang/glslang/MachineIndependent/ |
D | glslang_tab.cpp | 848 #define YYNTOKENS 406 macro 3537 if (yytype < YYNTOKENS) in yy_symbol_value_print() 3552 yytype < YYNTOKENS ? "token" : "nterm", yytname[yytype]); in yy_symbol_print() 3784 int yyxend = yychecklim < YYNTOKENS ? yychecklim : YYNTOKENS; in yysyntax_error() 10175 yystate = yypgoto[yyn - YYNTOKENS] + *yyssp; in yyparse() 10179 yystate = yydefgoto[yyn - YYNTOKENS]; in yyparse()
|