Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/intl/
Dplural.c401 short yyss; member
725 short *yyss = yyssa; in yyparse() local
772 yyssp = yyss; in yyparse()
791 if (yyssp >= yyss + yystacksize - 1) in yyparse()
794 YYSIZE_T yysize = yyssp - yyss + 1; in yyparse()
802 short *yyss1 = yyss; in yyparse()
822 yyss = yyss1; in yyparse()
837 short *yyss1 = yyss; in yyparse()
842 YYSTACK_RELOCATE (yyss); in yyparse()
854 yyssp = yyss + yysize - 1; in yyparse()
[all …]