Lines Matching refs:yystacksize
767 yynewbytes = yystacksize * YYSIZEOF (*Stack) + YYSTACK_GAP_MAXIMUM; \
1215 YYPTRDIFF_T yystacksize = YYINITDEPTH; in yyparse() local
1271 if (yyss + yystacksize - 1 <= yyssp) in yyparse()
1294 &yystacksize); in yyparse()
1300 if (YYMAXDEPTH <= yystacksize) in yyparse()
1302 yystacksize *= 2; in yyparse()
1303 if (YYMAXDEPTH < yystacksize) in yyparse()
1304 yystacksize = YYMAXDEPTH; in yyparse()
1310 YYSTACK_ALLOC (YY_CAST (YYSIZE_T, YYSTACK_BYTES (yystacksize)))); in yyparse()
1326 YY_CAST (long, yystacksize))); in yyparse()
1329 if (yyss + yystacksize - 1 <= yyssp) in yyparse()