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

/freebsd-current/contrib/byacc/
H A Doutput.c28 static int maxtable; variable
862 if (loc >= maxtable - 1)
867 newmax = maxtable;
880 for (l = maxtable; l < newmax; ++l)
885 maxtable = newmax;
924 maxtable = 1000;
925 table = NEW2(maxtable, Value_t);
926 check = NEW2(maxtable, Value_t);
931 for (i = 0; i < maxtable; i++)

Completed in 110 milliseconds