Lines Matching refs:yyss
377 short yyss; member
701 short *yyss = yyssa; in yyparse() local
748 yyssp = yyss; in yyparse()
767 if (yyssp >= yyss + yystacksize - 1) in yyparse()
770 YYSIZE_T yysize = yyssp - yyss + 1; in yyparse()
778 short *yyss1 = yyss; in yyparse()
798 yyss = yyss1; in yyparse()
813 short *yyss1 = yyss; in yyparse()
818 YYSTACK_RELOCATE (yyss); in yyparse()
830 yyssp = yyss + yysize - 1; in yyparse()
839 if (yyssp >= yyss + yystacksize - 1) in yyparse()
1094 short *yyssp1 = yyss - 1; in yyparse()
1228 if (yyssp == yyss) in yyparse()
1239 short *yyssp1 = yyss - 1; in yyparse()
1308 if (yyss != yyssa) in yyparse()
1309 YYSTACK_FREE (yyss); in yyparse()