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

/freebsd-10.3-release/contrib/nvi/common/
H A Dgs.h115 #define MAX_FAST_KEY 0xff /* Max fast check character.*/ macro
117 (((ch) & ~MAX_FAST_KEY) == 0 ? \
120 (((ch) & ~MAX_FAST_KEY) == 0 ? \
125 } cname[MAX_FAST_KEY + 1]; /* Fast lookup table. */
128 (((ch) & ~MAX_FAST_KEY) == 0 ? \
131 special_key[MAX_FAST_KEY + 1];
H A Dkey.c196 if (ch == MAX_FAST_KEY)

Completed in 68 milliseconds