Home | History | Annotate | Download | only in preprocessor

Lines Matching defs:YYMAXDEPTH

834 /* YYMAXDEPTH -- maximum size the stacks can grow to (effective only
838 YYSTACK_ALLOC_MAXIMUM < YYSTACK_BYTES (YYMAXDEPTH)
841 #ifndef YYMAXDEPTH
842 # define YYMAXDEPTH 10000
1206 if (YYMAXDEPTH <= yystacksize)
1209 if (YYMAXDEPTH < yystacksize)
1210 yystacksize = YYMAXDEPTH;