Home
last modified time | relevance | path

Searched refs:MAXYYINT (Results 1 – 6 of 6) sorted by relevance

/dragonfly/contrib/byacc/
H A Ddefs.h55 #define MAXYYINT SHRT_MAX macro
59 #define MAXYYINT INT_MAX macro
63 #define MAXYYINT LONG_MAX macro
H A Doutput.c563 min = MAXYYINT; in token_actions()
583 min = MAXYYINT; in token_actions()
604 min = MAXYYINT; in token_actions()
1051 if (high >= MAXYYINT) in output_table()
1054 fprintf(stderr, "Table is longer than %ld elements.\n", (long)MAXYYINT); in output_table()
H A Dlr0.c297 if (nstates >= MAXYYINT) in new_state()
H A Dlalr.c203 if (ngotos == MAXYYINT) in set_goto_map()
H A Dreader.c1501 if (n > MAXYYINT) in get_number()
H A DCHANGES4034 * output.c: rename MAXSHORT to MAXYYINT
4115 * lalr.c: rename MAXSHORT to MAXYYINT