Searched refs:maxtable (Results 1 - 1 of 1) sorted by relevance

/freebsd-10-stable/contrib/byacc/
H A Doutput.c28 static int maxtable; variable
796 if (loc >= maxtable - 1)
801 newmax = maxtable;
814 for (l = maxtable; l < newmax; ++l)
819 maxtable = newmax;
859 maxtable = 1000;
860 table = NEW2(maxtable, Value_t);
861 check = NEW2(maxtable, Value_t);
866 for (i = 0; i < maxtable; i++)

Completed in 59 milliseconds