Lines Matching refs:yyss
2133 yytype_int16 *yyss; in yyparse() local
2173 yyssp = yyss = yyssa; in yyparse()
2198 if (yyss + yystacksize - 1 <= yyssp) in yyparse()
2201 YYSIZE_T yysize = yyssp - yyss + 1; in yyparse()
2209 yytype_int16 *yyss1 = yyss; in yyparse()
2223 yyss = yyss1; in yyparse()
2238 yytype_int16 *yyss1 = yyss; in yyparse()
2243 YYSTACK_RELOCATE (yyss_alloc, yyss); in yyparse()
2253 yyssp = yyss + yysize - 1; in yyparse()
2260 if (yyss + yystacksize - 1 <= yyssp) in yyparse()
4890 YY_STACK_PRINT (yyss, yyssp); in yyparse()
5000 YY_STACK_PRINT (yyss, yyssp); in yyparse()
5026 if (yyssp == yyss) in yyparse()
5034 YY_STACK_PRINT (yyss, yyssp); in yyparse()
5090 YY_STACK_PRINT (yyss, yyssp); in yyparse()
5091 while (yyssp != yyss) in yyparse()
5098 if (yyss != yyssa) in yyparse()
5099 YYSTACK_FREE (yyss); in yyparse()