Lines Matching refs:yystacksize
428 yynewbytes = yystacksize * sizeof (*Stack) + YYSTACK_GAP_MAXIMUM; \
1234 YYSIZE_T yystacksize; in yyparse() local
1259 yystacksize = YYINITDEPTH; in yyparse()
1280 if (yyss + yystacksize - 1 <= yyssp) in yyparse()
1300 &yystacksize); in yyparse()
1310 if (YYMAXDEPTH <= yystacksize) in yyparse()
1312 yystacksize *= 2; in yyparse()
1313 if (YYMAXDEPTH < yystacksize) in yyparse()
1314 yystacksize = YYMAXDEPTH; in yyparse()
1319 (union yyalloc *) YYSTACK_ALLOC (YYSTACK_BYTES (yystacksize)); in yyparse()
1335 (unsigned long int) yystacksize)); in yyparse()
1337 if (yyss + yystacksize - 1 <= yyssp) in yyparse()