Lines Matching defs:yyssp
958 yystate = *yyssp; \
1437 yy_lac (yyesa, &yyes, &yyes_capacity, yyssp, yytoken); \
1472 /* Given the stack whose top is *YYSSP, return 0 iff YYTOKEN can
1482 YYSIZE_T *yyes_capacity, yytype_int16 *yyssp, int yytoken)
1484 yytype_int16 *yyes_prev = yyssp;
1679 YYSSP. In order to see if a particular token T is a
1680 valid looakhead, invoke yy_lac (YYESA, YYES, YYES_CAPACITY, YYSSP, T).
1690 YYSIZE_T *yyes_capacity, yytype_int16 *yyssp, int yytoken)
1730 int yyn = yypact[*yyssp];
1742 yyssp, yyx);
1936 yytype_int16 *yyssp;
1974 #define YYPOPSTACK(N) (yyvsp -= (N), yyssp -= (N), yylsp -= (N))
1980 yyssp = yyss = yyssa;
2017 yyssp++;
2020 *yyssp = yystate;
2022 if (yyss + yystacksize - 1 <= yyssp)
2025 YYSIZE_T yysize = yyssp - yyss + 1;
2041 &yyss1, yysize * sizeof (*yyssp),
2077 yyssp = yyss + yysize - 1;
2084 if (yyss + yystacksize - 1 <= yyssp)
2916 YY_STACK_PRINT (yyss, yyssp);
2927 yystate = yypgoto[yyn - YYNTOKENS] + *yyssp;
2928 if (0 <= yystate && yystate <= YYLAST && yycheck[yystate] == *yyssp)
2953 yyssp, yytoken)
3029 YY_STACK_PRINT (yyss, yyssp);
3030 yystate = *yyssp;
3055 if (yyssp == yyss)
3062 yystate = *yyssp;
3063 YY_STACK_PRINT (yyss, yyssp);
3123 YY_STACK_PRINT (yyss, yyssp);
3124 while (yyssp != yyss)
3127 yystos[*yyssp], yyvsp, yylsp);