Lines Matching refs:yystacksize
529 yynewbytes = yystacksize * sizeof (*Stack) + YYSTACK_GAP_MAXIMUM; \
1562 YYSIZE_T yystacksize = YYINITDEPTH; in yyparse() local
1601 if (yyss + yystacksize - 1 <= yyssp) in yyparse()
1623 &yystacksize); in yyparse()
1633 if (YYMAXDEPTH <= yystacksize) in yyparse()
1635 yystacksize *= 2; in yyparse()
1636 if (YYMAXDEPTH < yystacksize) in yyparse()
1637 yystacksize = YYMAXDEPTH; in yyparse()
1642 (union yyalloc *) YYSTACK_ALLOC (YYSTACK_BYTES (yystacksize)); in yyparse()
1660 (unsigned long int) yystacksize)); in yyparse()
1662 if (yyss + yystacksize - 1 <= yyssp) in yyparse()