Home | History | Annotate | Download | only in intl

Lines Matching defs:YYMAXDEPTH

569 /* YYMAXDEPTH -- maximum size the stacks can grow to (effective only
573 SIZE_MAX < YYSTACK_BYTES (YYMAXDEPTH)
576 #if YYMAXDEPTH == 0
577 # undef YYMAXDEPTH
580 #ifndef YYMAXDEPTH
581 # define YYMAXDEPTH 10000
832 if (yystacksize >= YYMAXDEPTH)
835 if (yystacksize > YYMAXDEPTH)
836 yystacksize = YYMAXDEPTH;