Searched refs:yyvsp (Results 1 – 1 of 1) sorted by relevance
487 register YYSTYPE *yyvsp; in yyparse() local502 #define YYPOPSTACK (yyvsp--, yyssp--, yylsp--) in yyparse()504 #define YYPOPSTACK (yyvsp--, yyssp--) in yyparse()541 yyvsp = yyvs; in yyparse()574 &yyvs1, size * sizeof (*yyvsp), in yyparse()580 &yyvs1, size * sizeof (*yyvsp), in yyparse()612 yyvs = (YYSTYPE *) YYSTACK_ALLOC (yystacksize * sizeof (*yyvsp)); in yyparse()614 size * (unsigned int) sizeof (*yyvsp)); in yyparse()623 yyvsp = yyvs + size - 1; in yyparse()736 *++yyvsp = yylval; in yyparse()[all …]