Home | History | Annotate | Download | only in data

Lines Matching defs:yyssp

243     yytype_int16 *yyssp;
770 yystate = *yyssp; \]b4_lac_if([[
1008 yy_lac (yyesa, &yyes, &yyes_capacity, yyssp, yytoken); \
1043 /* Given the stack whose top is *YYSSP, return 0 iff YYTOKEN can
1053 YYSIZE_T *yyes_capacity, yytype_int16 *yyssp, int yytoken)
1055 yytype_int16 *yyes_prev = yyssp;
1235 YYSSP.]b4_lac_if([[ In order to see if a particular token T is a
1236 valid looakhead, invoke yy_lac (YYESA, YYES, YYES_CAPACITY, YYSSP, T).]])[
1246 YYSIZE_T *yyes_capacity, ]])[yytype_int16 *yyssp, int yytoken)
1293 int yyn = yypact[*yyssp];]b4_lac_if([[
1312 yyssp, yyx);
1486 #define yyssp yyps->yyssp
1547 #define YYPOPSTACK(N) (yyvsp -= (N), yyssp -= (N)]b4_locations_if([, yylsp -= (N)])[)
1559 yyssp = yyss = yyssa;
1593 yyssp++;
1596 *yyssp = yystate;
1598 if (yyss + yystacksize - 1 <= yyssp)
1601 YYSIZE_T yysize = yyssp - yyss + 1;
1617 &yyss1, yysize * sizeof (*yyssp),
1653 yyssp = yyss + yysize - 1;
1660 if (yyss + yystacksize - 1 <= yyssp)
1823 YY_STACK_PRINT (yyss, yyssp);
1834 yystate = yypgoto[yyn - YYNTOKENS] + *yyssp;
1835 if (0 <= yystate && yystate <= YYLAST && yycheck[yystate] == *yyssp)
1860 yyssp, yytoken)
1936 YY_STACK_PRINT (yyss, yyssp);
1937 yystate = *yyssp;
1962 if (yyssp == yyss)
1969 yystate = *yyssp;
1970 YY_STACK_PRINT (yyss, yyssp);
2030 YY_STACK_PRINT (yyss, yyssp);
2031 while (yyssp != yyss)
2034 yystos[*yyssp], yyvsp]b4_locations_if([, yylsp])[]b4_user_args[);