Home | History | Annotate | Download | only in intl

Lines Matching defs:yysize

442    local variables YYSIZE and YYSTACKSIZE give the old and new number of
450 YYCOPY (&yyptr->Stack, Stack, yysize); \
796 YYSIZE_T yysize = yyssp - yyss + 1;
813 &yyss1, yysize * sizeof (*yyssp),
814 &yyvs1, yysize * sizeof (*yyvsp),
815 &yyls1, yysize * sizeof (*yylsp),
820 &yyss1, yysize * sizeof (*yyssp),
821 &yyvs1, yysize * sizeof (*yyvsp),
856 yyssp = yyss + yysize - 1;
857 yyvsp = yyvs + yysize - 1;
859 yylsp = yyls + yysize - 1;
1163 YYSIZE_T yysize = 0;
1173 yysize += yystrlen (yytname[yyx]) + 15, yycount++;
1174 yysize += yystrlen ("parse error, unexpected ") + 1;
1175 yysize += yystrlen (yytname[YYTRANSLATE (yychar)]);
1176 yymsg = (char *) YYSTACK_ALLOC (yysize);