Home | History | Annotate | Download | only in intl

Lines Matching refs:YYMAXDEPTH

545 /* YYMAXDEPTH -- maximum size the stacks can grow to (effective only
549 SIZE_MAX < YYSTACK_BYTES (YYMAXDEPTH)
552 #if YYMAXDEPTH == 0
553 # undef YYMAXDEPTH
556 #ifndef YYMAXDEPTH
557 # define YYMAXDEPTH 10000
806 if (yystacksize >= YYMAXDEPTH)
809 if (yystacksize > YYMAXDEPTH)
810 yystacksize = YYMAXDEPTH;