Lines Matching full:yyssp
240 short *yyssp;
304 i = yyssp - yyss;
312 yyssp = newss + i;
350 yyssp = yyss;
352 *yyssp = yystate = 0;
378 if (yyssp >= yysslim && yygrowstack())
382 *++yyssp = yystate = yytable[yyn];
411 if ((yyn = yysindex[*yyssp]) && (yyn += YYERRCODE) >= 0 &&
417 to state %d\n", YYPREFIX, *yyssp, yytable[yyn]);
419 if (yyssp >= yysslim && yygrowstack())
423 *++yyssp = yystate = yytable[yyn];
432 YYPREFIX, *yyssp);
434 if (yyssp <= yyss) goto yyabort;
435 --yyssp;
538 yyssp -= yym;
539 yystate = *yyssp;
550 *++yyssp = YYFINAL;
577 to state %d\n", YYPREFIX, *yyssp, yystate);
579 if (yyssp >= yysslim && yygrowstack())
583 *++yyssp = yystate;