Searched refs:K_ZERO (Results 1 – 8 of 8) sorted by relevance
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) macro
1052 {K_ZERO, (char_u *)"Nul"},1577 key = K_ZERO; in extract_modifiers()
898 case K_ZERO: // Insert the previously inserted text. in edit()1952 if (nc == K_ZERO) // NUL is stored as NL in get_literal()
1147 if (c == K_ZERO) // display <Nul> as ^@ in translate_mapping()
1959 if (c == NUL || c == K_ZERO) // NUL is stored as NL in getcmdline_int()
586 c = K_ZERO; in normal_cmd()
2138 case K_ZERO: in send_keys_to_term()
16927 Solution: Check for KS_ZERO instead of K_ZERO. (Yasuhiro Matsumoto)