Home
last modified time | relevance | path

Searched refs:INTISWIDE (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/nvi/common/
H A Dconv.h29 (INTISWIDE(ch) && KEY_LEN(sp, ch) <= 4)
H A Dkey.h24 #define INTISWIDE(c) (wctob(c) == EOF) macro
39 #define INTISWIDE(c) 0 macro
H A Dkey.c283 if (INTISWIDE(ach)) { in v_key_name()