Lines Matching refs:yystacksize
584 yynewbytes = yystacksize * YYSIZEOF (*Stack) + YYSTACK_GAP_MAXIMUM; \
1094 YYPTRDIFF_T yystacksize = YYINITDEPTH; in yyparse() local
1150 if (yyss + yystacksize - 1 <= yyssp) in yyparse()
1173 &yystacksize); in yyparse()
1179 if (YYMAXDEPTH <= yystacksize) in yyparse()
1181 yystacksize *= 2; in yyparse()
1182 if (YYMAXDEPTH < yystacksize) in yyparse()
1183 yystacksize = YYMAXDEPTH; in yyparse()
1189 YYSTACK_ALLOC (YY_CAST (YYSIZE_T, YYSTACK_BYTES (yystacksize)))); in yyparse()
1205 YY_CAST (long, yystacksize))); in yyparse()
1208 if (yyss + yystacksize - 1 <= yyssp) in yyparse()