Home | History | Annotate | Download | only in libcpu

Lines Matching refs:YYMAXDEPTH

1029 /* YYMAXDEPTH -- maximum size the stacks can grow to (effective only
1033 YYSTACK_ALLOC_MAXIMUM < YYSTACK_BYTES (YYMAXDEPTH)
1036 #ifndef YYMAXDEPTH
1037 # define YYMAXDEPTH 10000
1451 if (YYMAXDEPTH <= yystacksize)
1454 if (YYMAXDEPTH < yystacksize)
1455 yystacksize = YYMAXDEPTH;