Home | History | Annotate | Download | only in libpcap

Lines Matching refs:yysize

588    local variables YYSIZE and YYSTACKSIZE give the old and new number of
596 YYCOPY (&yyptr->Stack, Stack, yysize); \
1627 YYSIZE_T yysize = yyssp - yyss + 1;
1643 &yyss1, yysize * sizeof (*yyssp),
1644 &yyvs1, yysize * sizeof (*yyvsp),
1678 yyssp = yyss + yysize - 1;
1679 yyvsp = yyvs + yysize - 1;
2758 YYSIZE_T yysize = yysize0;
2804 yysize = yysize0;
2809 yysize1 = yysize + yytnamerr (0, yytname[yyx]);
2810 yysize_overflow |= yysize1 < yysize;
2811 yysize = yysize1;
2817 yysize1 = yysize + yystrlen (yyf);
2818 yysize;
2819 yysize = yysize1;
2821 if (!yysize_overflow && yysize <= YYSTACK_ALLOC_MAXIMUM)
2822 yymsg = (char *) YYSTACK_ALLOC (yysize);