Lines Matching refs:yyssp
1020 yytype_int16 *yyssp;
1035 #define YYPOPSTACK(N) (yyvsp -= (N), yyssp -= (N)]b4_locations_if([, yylsp -= (N)])[)
1060 yyssp = yyss;
1091 yyssp++;
1094 *yyssp = yystate;
1096 if (yyss + yystacksize - 1 <= yyssp)
1099 YYSIZE_T yysize = yyssp - yyss + 1;
1115 &yyss1, yysize * sizeof (*yyssp),
1150 yyssp = yyss + yysize - 1;
1157 if (yyss + yystacksize - 1 <= yyssp)
1275 YY_STACK_PRINT (yyss, yyssp);
1286 yystate = yypgoto[yyn - YYNTOKENS] + *yyssp;
1287 if (0 <= yystate && yystate <= YYLAST && yycheck[yystate] == *yyssp)
1382 YY_STACK_PRINT (yyss, yyssp);
1383 yystate = *yyssp;
1408 if (yyssp == yyss)
1415 yystate = *yyssp;
1416 YY_STACK_PRINT (yyss, yyssp);
1468 YY_STACK_PRINT (yyss, yyssp);
1469 while (yyssp != yyss)
1472 yystos[*yyssp], yyvsp]b4_locations_if([, yylsp])[]b4_user_args[);