Lines Matching refs:yysize
450 YYCOPY (&yyptr->Stack, Stack, yysize); \
794 YYSIZE_T yysize = yyssp - yyss + 1; in yyparse() local
811 &yyss1, yysize * sizeof (*yyssp), in yyparse()
812 &yyvs1, yysize * sizeof (*yyvsp), in yyparse()
813 &yyls1, yysize * sizeof (*yylsp), in yyparse()
818 &yyss1, yysize * sizeof (*yyssp), in yyparse()
819 &yyvs1, yysize * sizeof (*yyvsp), in yyparse()
854 yyssp = yyss + yysize - 1; in yyparse()
855 yyvsp = yyvs + yysize - 1; in yyparse()
857 yylsp = yyls + yysize - 1; in yyparse()
1160 YYSIZE_T yysize = 0; in yyparse() local
1170 yysize += yystrlen (yytname[yyx]) + 15, yycount++; in yyparse()
1171 yysize += yystrlen ("parse error, unexpected ") + 1; in yyparse()
1172 yysize += yystrlen (yytname[YYTRANSLATE (yychar)]); in yyparse()
1173 yymsg = (char *) YYSTACK_ALLOC (yysize); in yyparse()