Lines Matching refs:yystacksize
545 yynewbytes = yystacksize * sizeof (*Stack) + YYSTACK_GAP_MAXIMUM; \
1784 YYSIZE_T yystacksize; in yyparse() local
1809 yystacksize = YYINITDEPTH; in yyparse()
1830 if (yyss + yystacksize - 1 <= yyssp) in yyparse()
1850 &yystacksize); in yyparse()
1860 if (YYMAXDEPTH <= yystacksize) in yyparse()
1862 yystacksize *= 2; in yyparse()
1863 if (YYMAXDEPTH < yystacksize) in yyparse()
1864 yystacksize = YYMAXDEPTH; in yyparse()
1869 (union yyalloc *) YYSTACK_ALLOC (YYSTACK_BYTES (yystacksize)); in yyparse()
1885 (unsigned long int) yystacksize)); in yyparse()
1887 if (yyss + yystacksize - 1 <= yyssp) in yyparse()