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

/freebsd-10.1-release/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 Dconfig_h.in37 #undef MAXTABLE
H A Doutput.c761 if (loc >= MAXTABLE - 1)

Completed in 100 milliseconds