Home | History | Annotate | Download | only in src

Lines Matching refs:yysize

550    local variables YYSIZE and YYSTACKSIZE give the old and new number of
558 YYCOPY (&yyptr->Stack_alloc, Stack, yysize); \
1526 YYSIZE_T yysize = yyesp - *yyes + 1;
1527 if (yylen < yysize)
1534 yylen -= yysize;
1693 YYSIZE_T yysize = yysize0;
1751 yysize = yysize0;
1755 yysize1 = yysize + yytnamerr (YY_NULL, yytname[yyx]);
1756 if (! (yysize <= yysize1
1759 yysize = yysize1;
1783 yysize1 = yysize + yystrlen (yyformat);
1784 if (! (yysize <= yysize1 && yysize1 <= YYSTACK_ALLOC_MAXIMUM))
1786 yysize = yysize1;
1788 if (*yymsg_alloc < yysize)
1790 *yymsg_alloc = 2 * yysize;
1791 if (! (yysize <= *yymsg_alloc
2025 YYSIZE_T yysize = yyssp - yyss + 1;
2041 &yyss1, yysize * sizeof (*yyssp),
2042 &yyvs1, yysize * sizeof (*yyvsp),
2043 &yyls1, yysize * sizeof (*yylsp),
2077 yyssp = yyss + yysize - 1;
2078 yyvsp = yyvs + yysize - 1;
2079 yylsp = yyls + yysize - 1;