Home | History | Annotate | Download | only in data

Lines Matching refs:YYMAXDEPTH

899 /* YYMAXDEPTH -- maximum size the stacks can grow to (effective only
903 YYSTACK_ALLOC_MAXIMUM < YYSTACK_BYTES (YYMAXDEPTH)
906 #ifndef YYMAXDEPTH
907 # define YYMAXDEPTH ]b4_stack_depth_max[
937 /* Use YYMAXDEPTH for maximum stack size given that the stack
940 if (YYMAXDEPTH < yysize_new)
946 if (YYMAXDEPTH < yyalloc)
947 yyalloc = YYMAXDEPTH;
1566 if (YYMAXDEPTH < yyes_capacity)
1567 yyes_capacity = YYMAXDEPTH;]])[
1631 if (YYMAXDEPTH <= yystacksize)
1634 if (YYMAXDEPTH < yystacksize)
1635 yystacksize = YYMAXDEPTH;