Home | History | Annotate | Download | only in libpcap

Lines Matching defs:YYMAXDEPTH

1554 /* YYMAXDEPTH -- maximum size the stacks can grow to (effective only
1558 YYSTACK_ALLOC_MAXIMUM < YYSTACK_BYTES (YYMAXDEPTH)
1561 #ifndef YYMAXDEPTH
1562 # define YYMAXDEPTH 10000
1927 if (YYMAXDEPTH <= yystacksize)
1930 if (YYMAXDEPTH < yystacksize)
1931 yystacksize = YYMAXDEPTH;