Home | History | Annotate | Download | only in src

Lines Matching refs:YYMAXDEPTH

1331 /* YYMAXDEPTH -- maximum size the stacks can grow to (effective only
1335 YYSTACK_ALLOC_MAXIMUM < YYSTACK_BYTES (YYMAXDEPTH)
1338 #ifndef YYMAXDEPTH
1339 # define YYMAXDEPTH 10000
1369 /* Use YYMAXDEPTH for maximum stack size given that the stack
1372 if (YYMAXDEPTH < yysize_new)
1378 if (YYMAXDEPTH < yyalloc)
1379 yyalloc = YYMAXDEPTH;
1987 if (YYMAXDEPTH < yyes_capacity)
1988 yyes_capacity = YYMAXDEPTH;
2055 if (YYMAXDEPTH <= yystacksize)
2058 if (YYMAXDEPTH < yystacksize)
2059 yystacksize = YYMAXDEPTH;