Searched refs:MAXTABLE (Results 1 - 2 of 2) sorted by path

/freebsd-11-stable/contrib/byacc/
H A Ddefs.h37 /* MAXTABLE is the maximum table size */
39 /* used to address a table of size MAXTABLE */
50 #ifndef MAXTABLE
51 #define MAXTABLE 32500 macro
53 #if MAXTABLE <= SHRT_MAX
57 #elif MAXTABLE <= INT_MAX
62 #error "MAXTABLE is too large for this machine architecture!"
H A Doutput.c839 if (loc >= MAXTABLE - 1)

Completed in 123 milliseconds