Home
last modified time | relevance | path

Searched refs:yyssp (Results 1 – 1 of 1) sorted by relevance

/toolchain/binutils/binutils-2.27/intl/
Dplural.c726 register short *yyssp; in yyparse() local
741 # define YYPOPSTACK (yyvsp--, yyssp--, yylsp--) in yyparse()
743 # define YYPOPSTACK (yyvsp--, yyssp--) in yyparse()
772 yyssp = yyss; in yyparse()
786 yyssp++; in yyparse()
789 *yyssp = yystate; in yyparse()
791 if (yyssp >= yyss + yystacksize - 1) in yyparse()
794 YYSIZE_T yysize = yyssp - yyss + 1; in yyparse()
811 &yyss1, yysize * sizeof (*yyssp), in yyparse()
818 &yyss1, yysize * sizeof (*yyssp), in yyparse()
[all …]