Lines Matching refs:yystacksize
597 yynewbytes = yystacksize * YYSIZEOF (*Stack) + YYSTACK_GAP_MAXIMUM; \
1120 YYPTRDIFF_T yystacksize = YYINITDEPTH; in yyparse() local
1176 if (yyss + yystacksize - 1 <= yyssp) in yyparse()
1199 &yystacksize); in yyparse()
1205 if (YYMAXDEPTH <= yystacksize) in yyparse()
1207 yystacksize *= 2; in yyparse()
1208 if (YYMAXDEPTH < yystacksize) in yyparse()
1209 yystacksize = YYMAXDEPTH; in yyparse()
1215 YYSTACK_ALLOC (YY_CAST (YYSIZE_T, YYSTACK_BYTES (yystacksize)))); in yyparse()
1231 YY_CAST (long, yystacksize))); in yyparse()
1234 if (yyss + yystacksize - 1 <= yyssp) in yyparse()