Lines Matching refs:yyss
487 yytype_int16 yyss; member
1550 yytype_int16 *yyss = yyssa; in yyparse() local
1585 yyssp = yyss; in yyparse()
1601 if (yyss + yystacksize - 1 <= yyssp) in yyparse()
1604 YYSIZE_T yysize = yyssp - yyss + 1; in yyparse()
1612 yytype_int16 *yyss1 = yyss; in yyparse()
1625 yyss = yyss1; in yyparse()
1640 yytype_int16 *yyss1 = yyss; in yyparse()
1645 YYSTACK_RELOCATE (yyss); in yyparse()
1655 yyssp = yyss + yysize - 1; in yyparse()
1662 if (yyss + yystacksize - 1 <= yyssp) in yyparse()
2765 YY_STACK_PRINT (yyss, yyssp); in yyparse()
2871 YY_STACK_PRINT (yyss, yyssp); in yyparse()
2897 if (yyssp == yyss) in yyparse()
2905 YY_STACK_PRINT (yyss, yyssp); in yyparse()
2952 YY_STACK_PRINT (yyss, yyssp); in yyparse()
2953 while (yyssp != yyss) in yyparse()
2960 if (yyss != yyssa) in yyparse()
2961 YYSTACK_FREE (yyss); in yyparse()