Searched refs:yyssp (Results 1 – 1 of 1) sorted by relevance
486 register short *yyssp; in yyparse() local502 #define YYPOPSTACK (yyvsp--, yyssp--, yylsp--) in yyparse()504 #define YYPOPSTACK (yyvsp--, yyssp--) in yyparse()540 yyssp = yyss - 1; in yyparse()551 *++yyssp = yystate; in yyparse()553 if (yyssp >= yyss + yystacksize - 1) in yyparse()564 int size = yyssp - yyss + 1; in yyparse()573 &yyss1, size * sizeof (*yyssp), in yyparse()579 &yyss1, size * sizeof (*yyssp), in yyparse()609 yyss = (short *) YYSTACK_ALLOC (yystacksize * sizeof (*yyssp)); in yyparse()[all …]