Lines Matching refs:yystacksize
641 yynewbytes = yystacksize * YYSIZEOF (*Stack) + YYSTACK_GAP_MAXIMUM; \
1162 YYPTRDIFF_T yystacksize = YYINITDEPTH; in yyparse() local
1217 if (yyss + yystacksize - 1 <= yyssp) in yyparse()
1240 &yystacksize); in yyparse()
1246 if (YYMAXDEPTH <= yystacksize) in yyparse()
1248 yystacksize *= 2; in yyparse()
1249 if (YYMAXDEPTH < yystacksize) in yyparse()
1250 yystacksize = YYMAXDEPTH; in yyparse()
1256 YYSTACK_ALLOC (YY_CAST (YYSIZE_T, YYSTACK_BYTES (yystacksize)))); in yyparse()
1272 YY_CAST (long, yystacksize))); in yyparse()
1275 if (yyss + yystacksize - 1 <= yyssp) in yyparse()