Searched refs:yyssp (Results 1 – 1 of 1) sorted by relevance
488 register short *yyssp; in yyparse() local504 #define YYPOPSTACK (yyvsp--, yyssp--, yylsp--) in yyparse()506 #define YYPOPSTACK (yyvsp--, yyssp--) in yyparse()542 yyssp = yyss - 1; in yyparse()553 *++yyssp = yystate; in yyparse()555 if (yyssp >= yyss + yystacksize - 1) in yyparse()566 int size = yyssp - yyss + 1; in yyparse()575 &yyss1, size * sizeof (*yyssp), in yyparse()581 &yyss1, size * sizeof (*yyssp), in yyparse()611 yyss = (short *) YYSTACK_ALLOC (yystacksize * sizeof (*yyssp)); in yyparse()[all …]