Lines Matching refs:yyss
1122 yytype_int16 *yyss; in yyparse() local
1153 yyssp = yyss = yyssa; in yyparse()
1176 if (yyss + yystacksize - 1 <= yyssp) in yyparse()
1179 YYSIZE_T yysize = yyssp - yyss + 1; in yyparse()
1187 yytype_int16 *yyss1 = yyss; in yyparse()
1198 yyss = yyss1; in yyparse()
1213 yytype_int16 *yyss1 = yyss; in yyparse()
1218 YYSTACK_RELOCATE (yyss_alloc, yyss); in yyparse()
1227 yyssp = yyss + yysize - 1; in yyparse()
1233 if (yyss + yystacksize - 1 <= yyssp) in yyparse()
1714 YY_STACK_PRINT (yyss, yyssp); in yyparse()
1822 YY_STACK_PRINT (yyss, yyssp); in yyparse()
1848 if (yyssp == yyss) in yyparse()
1856 YY_STACK_PRINT (yyss, yyssp); in yyparse()
1907 YY_STACK_PRINT (yyss, yyssp); in yyparse()
1908 while (yyssp != yyss) in yyparse()
1915 if (yyss != yyssa) in yyparse()
1916 YYSTACK_FREE (yyss); in yyparse()