Home | History | Annotate | Download | only in compiler

Lines Matching defs:YYMAXDEPTH

1834 /* YYMAXDEPTH -- maximum size the stacks can grow to (effective only
1838 YYSTACK_ALLOC_MAXIMUM < YYSTACK_BYTES (YYMAXDEPTH)
1841 #ifndef YYMAXDEPTH
1842 # define YYMAXDEPTH 10000
2231 if (YYMAXDEPTH <= yystacksize)
2234 if (YYMAXDEPTH < yystacksize)
2235 yystacksize = YYMAXDEPTH;