Home | History | Annotate | Download | only in xkbcomp

Lines Matching defs:yysize

535    local variables YYSIZE and YYSTACKSIZE give the old and new number of
543 YYCOPY (&yyptr->Stack_alloc, Stack, yysize); \
1348 YYSIZE_T yysize = yysize0;
1403 yysize = yysize0;
1408 YYSIZE_T yysize1 = yysize + yytnamerr (YY_NULLPTR, yytname[yyx]);
1409 if (! (yysize <= yysize1
1412 yysize = yysize1;
1434 YYSIZE_T yysize1 = yysize + yystrlen (yyformat);
1435 if (! (yysize <= yysize1 && yysize1 <= YYSTACK_ALLOC_MAXIMUM))
1437 yysize = yysize1;
1440 if (*yymsg_alloc < yysize)
1442 *yymsg_alloc = 2 * yysize;
1443 if (! (yysize <= *yymsg_alloc
1833 YYSIZE_T yysize = yyssp - yyss + 1;
1848 &yyss1, yysize * sizeof (*yyssp),
1849 &yyvs1, yysize * sizeof (*yyvsp),
1881 yyssp = yyss + yysize - 1;
1882 yyvsp = yyvs + yysize - 1;