Home
last modified time | relevance | path

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

/freebsd/contrib/nvi/common/
H A Dgs.h111 #define MAX_FAST_KEY 0xff /* Max fast check character.*/ macro
113 (((ch) & ~MAX_FAST_KEY) == 0 ? \
116 (((ch) & ~MAX_FAST_KEY) == 0 ? \
121 } cname[MAX_FAST_KEY + 1]; /* Fast lookup table. */
124 (((ch) & ~MAX_FAST_KEY) == 0 ? \
127 special_key[MAX_FAST_KEY + 1];
H A Dkey.c190 if (ch == MAX_FAST_KEY) in v_key_ilookup()