Home | History | Annotate | Download | only in src

Lines Matching refs:YYMAXDEPTH

1038 /* YYMAXDEPTH -- maximum size the stacks can grow to (effective only
1042 YYSTACK_ALLOC_MAXIMUM < YYSTACK_BYTES (YYMAXDEPTH)
1045 #ifndef YYMAXDEPTH
1046 # define YYMAXDEPTH 10000
1460 if (YYMAXDEPTH <= yystacksize)
1463 if (YYMAXDEPTH < yystacksize)
1464 yystacksize = YYMAXDEPTH;