Home | History | Annotate | Download | only in src

Lines Matching full:yyssp

1516   yytype_int16 *yyssp;
1530 #define YYPOPSTACK(N) (yyvsp -= (N), yyssp -= (N), yylsp -= (N))
1555 yyssp = yyss;
1585 yyssp++;
1588 *yyssp = yystate;
1590 if (yyss + yystacksize - 1 <= yyssp)
1593 YYSIZE_T yysize = yyssp - yyss + 1;
1609 &yyss1, yysize * sizeof (*yyssp),
1644 yyssp = yyss + yysize - 1;
1651 if (yyss + yystacksize - 1 <= yyssp)
2168 YY_STACK_PRINT (yyss, yyssp);
2179 yystate = yypgoto[yyn - YYNTOKENS] + *yyssp;
2180 if (0 <= yystate && yystate <= YYLAST && yycheck[yystate] == *yyssp)
2275 YY_STACK_PRINT (yyss, yyssp);
2276 yystate = *yyssp;
2301 if (yyssp == yyss)
2308 yystate = *yyssp;
2309 YY_STACK_PRINT (yyss, yyssp);
2361 YY_STACK_PRINT (yyss, yyssp);
2362 while (yyssp != yyss)
2365 yystos[*yyssp], yyvsp, yylsp);