Lines Matching full:yyssp
1023 yytype_int16 *yyssp;
1038 #define YYPOPSTACK(N) (yyvsp -= (N), yyssp -= (N)]b4_locations_if([, yylsp -= (N)])[)
1063 yyssp = yyss;
1094 yyssp++;
1097 *yyssp = yystate;
1099 if (yyss + yystacksize - 1 <= yyssp)
1102 YYSIZE_T yysize = yyssp - yyss + 1;
1118 &yyss1, yysize * sizeof (*yyssp),
1153 yyssp = yyss + yysize - 1;
1160 if (yyss + yystacksize - 1 <= yyssp)
1278 YY_STACK_PRINT (yyss, yyssp);
1289 yystate = yypgoto[yyn - YYNTOKENS] + *yyssp;
1290 if (0 <= yystate && yystate <= YYLAST && yycheck[yystate] == *yyssp)
1385 YY_STACK_PRINT (yyss, yyssp);
1386 yystate = *yyssp;
1411 if (yyssp == yyss)
1418 yystate = *yyssp;
1419 YY_STACK_PRINT (yyss, yyssp);
1471 YY_STACK_PRINT (yyss, yyssp);
1472 while (yyssp != yyss)
1475 yystos[*yyssp], yyvsp]b4_locations_if([, yylsp])[]b4_user_args[);