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

/macosx-10.5.8/xnu-1228.15.4/libkern/c++/
H A DOSUnserialize.cpp435 /* YYINITDEPTH indicates the initial size of the parser's stacks */
437 #ifndef YYINITDEPTH
438 #define YYINITDEPTH 200 macro
539 short yyssa[YYINITDEPTH]; /* the state stack */
540 YYSTYPE yyvsa[YYINITDEPTH]; /* the semantic value stack */
546 YYLTYPE yylsa[YYINITDEPTH]; /* the location stack */
555 int yystacksize = YYINITDEPTH;
H A DOSUnserializeXML.cpp937 /* YYINITDEPTH -- initial size of the parser's stacks. */
938 #ifndef YYINITDEPTH
939 # define YYINITDEPTH 200 macro
1280 yytype_int16 yyssa[YYINITDEPTH];
1285 YYSTYPE yyvsa[YYINITDEPTH];
1293 YYSIZE_T yystacksize = YYINITDEPTH;

Completed in 79 milliseconds