Home | History | Annotate | Download | only in sh

Lines Matching refs:YYMAXDEPTH

711 /* YYMAXDEPTH -- maximum size the stacks can grow to (effective only
715 SIZE_MAX < YYSTACK_BYTES (YYMAXDEPTH)
718 #if defined (YYMAXDEPTH) && YYMAXDEPTH == 0
719 # undef YYMAXDEPTH
722 #ifndef YYMAXDEPTH
723 # define YYMAXDEPTH 10000
1005 if (YYMAXDEPTH <= yystacksize)
1008 if (YYMAXDEPTH < yystacksize)
1009 yystacksize = YYMAXDEPTH;