Home | History | Annotate | Download | only in tc

Lines Matching defs:YYMAXDEPTH

816 /* YYMAXDEPTH -- maximum size the stacks can grow to (effective only
820 YYSTACK_ALLOC_MAXIMUM < YYSTACK_BYTES (YYMAXDEPTH)
823 #ifndef YYMAXDEPTH
824 # define YYMAXDEPTH 10000
1205 if (YYMAXDEPTH <= yystacksize)
1208 if (YYMAXDEPTH < yystacksize)
1209 yystacksize = YYMAXDEPTH;