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

/httpd/server/
H A Dutil_expr_parse.c929 /* YYINITDEPTH -- initial size of the parser's stacks. */
930 #ifndef YYINITDEPTH
931 # define YYINITDEPTH 200 macro
1288 yytype_int16 yyssa[YYINITDEPTH];
1293 YYSTYPE yyvsa[YYINITDEPTH];
1322 yystacksize = YYINITDEPTH;

Completed in 314 milliseconds