Home | History | Annotate | Download | only in src

Lines Matching full:yyssp

1015   register short *yyssp;
1024 #define YYPOPSTACK (yyvsp--, yyssp--)
1049 yyssp = yyss;
1061 yyssp++;
1064 *yyssp = yystate;
1066 if (yyss + yystacksize - 1 <= yyssp)
1069 YYSIZE_T yysize = yyssp - yyss + 1;
1085 &yyss1, yysize * sizeof (*yyssp),
1120 yyssp = yyss + yysize - 1;
1127 if (yyss + yystacksize - 1 <= yyssp)
1660 yyssp -= yylen;
1663 YY_STACK_PRINT (yyss, yyssp);
1674 yystate = yypgoto[yyn - YYNTOKENS] + *yyssp;
1675 if (0 <= yystate && yystate <= YYLAST && yycheck[yystate] == *yyssp)
1768 if (yyssp == yyss)
1770 YYDSYMPRINTF ("Error: popping", yystos[*yyssp], yyvsp, yylsp);
1771 yydestruct (yystos[*yyssp], yyvsp);
1801 yyssp -= yylen;
1802 yystate = *yyssp;
1827 if (yyssp == yyss)
1830 YYDSYMPRINTF ("Error: popping", yystos[*yyssp], yyvsp, yylsp);
1833 yystate = *yyssp;
1834 YY_STACK_PRINT (yyss, yyssp);