Lines Matching refs:yystacksize
835 yynewbytes = yystacksize * YYSIZEOF (*Stack) + YYSTACK_GAP_MAXIMUM; \
1309 YYPTRDIFF_T yystacksize = YYINITDEPTH; in yyparse() local
1365 if (yyss + yystacksize - 1 <= yyssp) in yyparse()
1388 &yystacksize); in yyparse()
1394 if (YYMAXDEPTH <= yystacksize) in yyparse()
1396 yystacksize *= 2; in yyparse()
1397 if (YYMAXDEPTH < yystacksize) in yyparse()
1398 yystacksize = YYMAXDEPTH; in yyparse()
1404 YYSTACK_ALLOC (YY_CAST (YYSIZE_T, YYSTACK_BYTES (yystacksize)))); in yyparse()
1420 YY_CAST (long, yystacksize))); in yyparse()
1423 if (yyss + yystacksize - 1 <= yyssp) in yyparse()