Home | History | Annotate | Download | only in kconfig

Lines Matching refs:yysize

349    local variables YYSIZE and YYSTACKSIZE give the old and new number of
357 YYCOPY (&yyptr->Stack, Stack, yysize); \
1270 YYSIZE_T yysize = yyssp - yyss + 1;
1286 &yyss1, yysize * sizeof (*yyssp),
1287 &yyvs1, yysize * sizeof (*yyvsp),
1321 yyssp = yyss + yysize - 1;
1322 yyvsp = yyvs + yysize - 1;
1880 YYSIZE_T yysize = yysize0;
1926 yysize = yysize0;
1931 yysize1 = yysize + yytnamerr (0, yytname[yyx]);
1932 yysize_overflow |= yysize1 < yysize;
1933 yysize = yysize1;
1939 yysize1 = yysize + yystrlen (yyf);
1940 yysize_overflow |= yysize1 < yysize;
1941 yysize = yysize1;
1943 if (!yysize_overflow && yysize <= YYSTACK_ALLOC_MAXIMUM)
1944 yymsg = (char *) YYSTACK_ALLOC (yysize);