Home | History | Annotate | Download | only in libpcap

Lines Matching defs:yystacksize

843    local variables YYSIZE and YYSTACKSIZE give the old and new number of
853 yynewbytes = yystacksize * sizeof (*Stack) + YYSTACK_GAP_MAXIMUM; \
1856 YYSIZE_T yystacksize;
1881 yystacksize = YYINITDEPTH;
1902 if (yyss + yystacksize - 1 <= yyssp)
1922 &yystacksize);
1932 if (YYMAXDEPTH <= yystacksize)
1934 yystacksize *= 2;
1935 if (YYMAXDEPTH < yystacksize)
1936 yystacksize = YYMAXDEPTH;
1941 (union yyalloc *) YYSTACK_ALLOC (YYSTACK_BYTES (yystacksize));
1957 (unsigned long int) yystacksize));
1959 if (yyss + yystacksize - 1 <= yyssp)