Home | History | Annotate | Download | only in libpcap

Lines Matching defs:YYMAXDEPTH

1565 /* YYMAXDEPTH -- maximum size the stacks can grow to (effective only
1569 YYSTACK_ALLOC_MAXIMUM < YYSTACK_BYTES (YYMAXDEPTH)
1572 #ifndef YYMAXDEPTH
1573 # define YYMAXDEPTH 10000
1932 if (YYMAXDEPTH <= yystacksize)
1935 if (YYMAXDEPTH < yystacksize)
1936 yystacksize = YYMAXDEPTH;