Home
last modified time | relevance | path

Searched refs:K_ZERO (Results 1 – 8 of 8) sorted by relevance

/vim-8.2.3635/src/
H A Dkeymap.h142 #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) macro
H A Dmisc2.c1052 {K_ZERO, (char_u *)"Nul"},
1577 key = K_ZERO; in extract_modifiers()
H A Dedit.c898 case K_ZERO: // Insert the previously inserted text. in edit()
1952 if (nc == K_ZERO) // NUL is stored as NL in get_literal()
H A Dmap.c1147 if (c == K_ZERO) // display <Nul> as ^@ in translate_mapping()
H A Dex_getln.c1959 if (c == NUL || c == K_ZERO) // NUL is stored as NL in getcmdline_int()
H A Dnormal.c586 c = K_ZERO; in normal_cmd()
H A Dterminal.c2138 case K_ZERO: in send_keys_to_term()
/vim-8.2.3635/runtime/doc/
H A Dversion7.txt16927 Solution: Check for KS_ZERO instead of K_ZERO. (Yasuhiro Matsumoto)