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

/macosx-10.5.8/xnu-1228.15.4/libkern/c++/
H A DOSUnserializeXML.cpp482 /* YYNTOKENS -- Number of terminals. */
483 #define YYNTOKENS 19 macro
566 First, the terminals, then, starting at YYNTOKENS, nonterminals. */
822 if (yytype < YYNTOKENS)
851 if (yytype < YYNTOKENS)
1108 int yyxend = yychecklim < YYNTOKENS ? yychecklim : YYNTOKENS;
1670 yystate = yypgoto[yyn - YYNTOKENS] + *yyssp;
1674 yystate = yydefgoto[yyn - YYNTOKENS];

Completed in 30 milliseconds