Lines Matching refs:yyssp
554 register short *yyssp; in yyparse() local
570 #define YYPOPSTACK (yyvsp--, yyssp--, yylsp--) in yyparse()
572 #define YYPOPSTACK (yyvsp--, yyssp--) in yyparse()
608 yyssp = yyss - 1; in yyparse()
619 *++yyssp = yystate; in yyparse()
621 if (yyssp >= yyss + yystacksize - 1) in yyparse()
632 int size = yyssp - yyss + 1; in yyparse()
641 &yyss1, size * sizeof (*yyssp), in yyparse()
647 &yyss1, size * sizeof (*yyssp), in yyparse()
677 yyss = (short *) YYSTACK_ALLOC (yystacksize * sizeof (*yyssp)); in yyparse()
679 size * (unsigned int) sizeof (*yyssp)); in yyparse()
690 yyssp = yyss + size - 1; in yyparse()
701 if (yyssp >= yyss + yystacksize - 1) in yyparse()
926 yyssp -= yylen; in yyparse()
936 while (ssp1 != yyssp) in yyparse()
968 yystate = yypgoto[yyn - YYNTBASE] + *yyssp; in yyparse()
969 if (yystate >= 0 && yystate <= YYLAST && yycheck[yystate] == *yyssp) in yyparse()
1064 if (yyssp == yyss) YYABORT; in yyparse()
1066 yystate = *--yyssp; in yyparse()
1076 while (ssp1 != yyssp) in yyparse()