Searched refs:yyss (Results 1 – 1 of 1) sorted by relevance
401 short yyss; member725 short *yyss = yyssa; in yyparse() local772 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 …]