Home | History | Annotate | Download | only in compiler

Lines Matching refs:YYMAXDEPTH

1553 /* YYMAXDEPTH -- maximum size the stacks can grow to (effective only
1557 YYSTACK_ALLOC_MAXIMUM < YYSTACK_BYTES (YYMAXDEPTH)
1560 #ifndef YYMAXDEPTH
1561 # define YYMAXDEPTH 10000
1977 if (YYMAXDEPTH <= yystacksize)
1980 if (YYMAXDEPTH < yystacksize)
1981 yystacksize = YYMAXDEPTH;