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

/xnu-2782.1.97/libkern/c++/
H A DOSUnserialize.cpp448 /* YYNTOKENS -- Number of terminals. */
449 #define YYNTOKENS 19 macro
530 First, the terminals, then, starting at YYNTOKENS, nonterminals. */
783 if (yytype < YYNTOKENS)
812 if (yytype < YYNTOKENS)
1069 int yyxend = yychecklim < YYNTOKENS ? yychecklim : YYNTOKENS;
1625 yystate = yypgoto[yyn - YYNTOKENS] + *yyssp;
1629 yystate = yydefgoto[yyn - YYNTOKENS];
H A DOSUnserializeXML.cpp481 /* YYNTOKENS -- Number of terminals. */
482 #define YYNTOKENS 19 macro
565 First, the terminals, then, starting at YYNTOKENS, nonterminals. */
821 if (yytype < YYNTOKENS)
850 if (yytype < YYNTOKENS)
1107 int yyxend = yychecklim < YYNTOKENS ? yychecklim : YYNTOKENS;
1741 yystate = yypgoto[yyn - YYNTOKENS] + *yyssp;
1745 yystate = yydefgoto[yyn - YYNTOKENS];

Completed in 81 milliseconds