Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dkeymap.h49 #define KS_ZERO 255 macro
135 #define K_SECOND(c) ((c) == K_SPECIAL ? KS_SPECIAL : (c) == NUL ? KS_ZERO : KEY2TERMCAP0(c))
142 #define TO_SPECIAL(a, b) ((a) == KS_SPECIAL ? K_SPECIAL : (a) == KS_ZERO ? K_ZERO : TERMCAP2KEY(…
284 #define K_ZERO TERMCAP2KEY(KS_ZERO, KE_FILLER)
H A Dterm.c3335 if (buf[len++] == (int)KS_ZERO) in get_bytes_from_buf()
/vim-8.2.3635/runtime/doc/
H A Dversion7.txt16927 Solution: Check for KS_ZERO instead of K_ZERO. (Yasuhiro Matsumoto)