Lines Matching refs:yystacksize
510 yynewbytes = yystacksize * YYSIZEOF (*Stack) + YYSTACK_GAP_MAXIMUM; \
956 YYPTRDIFF_T yystacksize = YYINITDEPTH; in yyparse() local
1012 if (yyss + yystacksize - 1 <= yyssp) in yyparse()
1035 &yystacksize); in yyparse()
1041 if (YYMAXDEPTH <= yystacksize) in yyparse()
1043 yystacksize *= 2; in yyparse()
1044 if (YYMAXDEPTH < yystacksize) in yyparse()
1045 yystacksize = YYMAXDEPTH; in yyparse()
1051 YYSTACK_ALLOC (YY_CAST (YYSIZE_T, YYSTACK_BYTES (yystacksize)))); in yyparse()
1067 YY_CAST (long, yystacksize))); in yyparse()
1070 if (yyss + yystacksize - 1 <= yyssp) in yyparse()