Lines Matching refs:yystacksize
587 yynewbytes = yystacksize * YYSIZEOF (*Stack) + YYSTACK_GAP_MAXIMUM; \
1127 YYPTRDIFF_T yystacksize = YYINITDEPTH; in yyparse() local
1183 if (yyss + yystacksize - 1 <= yyssp) in yyparse()
1206 &yystacksize); in yyparse()
1212 if (YYMAXDEPTH <= yystacksize) in yyparse()
1214 yystacksize *= 2; in yyparse()
1215 if (YYMAXDEPTH < yystacksize) in yyparse()
1216 yystacksize = YYMAXDEPTH; in yyparse()
1222 YYSTACK_ALLOC (YY_CAST (YYSIZE_T, YYSTACK_BYTES (yystacksize)))); in yyparse()
1238 YY_CAST (long, yystacksize))); in yyparse()
1241 if (yyss + yystacksize - 1 <= yyssp) in yyparse()