Home | History | Annotate | Download | only in libpcap

Lines Matching defs:yysize

830    local variables YYSIZE and YYSTACKSIZE give the old and new number of
838 YYCOPY (&yyptr->Stack_alloc, Stack, yysize); \
1665 YYSIZE_T yysize = yysize0;
1720 yysize = yysize0;
1725 YYSIZE_T yysize1 = yysize + yytnamerr (YY_NULLPTR, yytname[yyx]);
1726 if (! (yysize <= yysize1
1729 yysize = yysize1;
1751 YYSIZE_T yysize1 = yysize + yystrlen (yyformat);
1752 if (! (yysize <= yysize1 && yysize1 <= YYSTACK_ALLOC_MAXIMUM))
1754 yysize = yysize1;
1757 if (*yymsg_alloc < yysize)
1759 *yymsg_alloc = 2 * yysize;
1760 if (! (yysize <= *yymsg_alloc
1900 YYSIZE_T yysize = yyssp - yyss + 1;
1915 &yyss1, yysize * sizeof (*yyssp),
1916 &yyvs1, yysize * sizeof (*yyvsp),
1948 yyssp = yyss + yysize - 1;
1949 yyvsp = yyvs + yysize - 1;