Home | History | Annotate | Download | only in intl

Lines Matching defs:yysize

418    local variables YYSIZE and YYSTACKSIZE give the old and new number of
426 YYCOPY (&yyptr->Stack, Stack, yysize); \
770 YYSIZE_T yysize = yyssp - yyss + 1;
787 &yyss1, yysize * sizeof (*yyssp),
788 &yyvs1, yysize * sizeof (*yyvsp),
789 &yyls1, yysize * sizeof (*yylsp),
794 &yyss1, yysize * sizeof (*yyssp),
795 &yyvs1, yysize * sizeof (*yyvsp),
830 yyssp = yyss + yysize - 1;
831 yyvsp = yyvs + yysize - 1;
833 yylsp = yyls + yysize - 1;
1136 YYSIZE_T yysize = 0;
1146 yysize += yystrlen (yytname[yyx]) + 15, yycount++;
1147 yysize += yystrlen ("parse error, unexpected ") + 1;
1148 yysize += yystrlen (yytname[YYTRANSLATE (yychar)]);
1149 yymsg = (char *) YYSTACK_ALLOC (yysize);