Home | History | Annotate | Download | only in util

Lines Matching defs:yyssp

1040    YYSSP.
1048 yytype_int16 *yyssp, int yytoken)
1091 int yyn = yypact[*yyssp];
1277 yytype_int16 *yyssp;
1301 #define YYPOPSTACK(N) (yyvsp -= (N), yyssp -= (N))
1323 yyssp = yyss;
1334 yyssp++;
1337 *yyssp = yystate;
1339 if (yyss + yystacksize - 1 <= yyssp)
1342 YYSIZE_T yysize = yyssp - yyss + 1;
1357 &yyss1, yysize * sizeof (*yyssp),
1390 yyssp = yyss + yysize - 1;
1396 if (yyss + yystacksize - 1 <= yyssp)
1944 YY_STACK_PRINT (yyss, yyssp);
1954 yystate = yypgoto[yyn - YYNTOKENS] + *yyssp;
1955 if (0 <= yystate && yystate <= YYLAST && yycheck[yystate] == *yyssp)
1979 yyssp, yytoken)
2052 YY_STACK_PRINT (yyss, yyssp);
2053 yystate = *yyssp;
2078 if (yyssp == yyss)
2085 yystate = *yyssp;
2086 YY_STACK_PRINT (yyss, yyssp);
2135 YY_STACK_PRINT (yyss, yyssp);
2136 while (yyssp != yyss)
2139 yystos[*yyssp], yyvsp, _data, scanner);