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

/ast/src/lib/libast/port/
H A Dastconf.c82 #define MAXVAL 256 macro
84 #if MAXVAL <= UNIV_SIZE
85 #undef MAXVAL macro
86 #define MAXVAL (UNIV_SIZE+1) macro
346 n = state.prefix + 3 * MAXVAL;
456 c = n + state.last - state.data + 3 * MAXVAL;

Completed in 13 milliseconds