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

/freebsd-10-stable/contrib/byacc/
H A Ddefs.h40 /* MAXYYINT is the largest value of a YYINT */
55 #define MAXYYINT SHRT_MAX macro
59 #define MAXYYINT INT_MAX macro
H A Doutput.c501 min = MAXYYINT;
521 min = MAXYYINT;
542 min = MAXYYINT;
986 if (high >= MAXYYINT)
989 fprintf(stderr, "Table is longer than %d elements.\n", MAXYYINT);
H A Dlr0.c294 if (nstates >= MAXYYINT)
H A Dlalr.c204 if (ngotos == MAXYYINT)

Completed in 100 milliseconds