Searched refs:K_NUL (Results 1 – 4 of 4) sorted by relevance
19 #define K_NUL (0xce) // for MSDOS: special key follows macro
1103 *pch = K_NUL; in decode_key_event()1126 *pch = K_NUL; in decode_key_event()2002 if (c == K_NUL) in mch_inchar()
4252 if (s[0] == K_NUL) in add_termcode()
2635 Solution: Convert 0xCE to K_NUL 3. (Nobuhiro Takasaki et al.)3996 Solution: Escape K_NUL. (Yasuhiro Matsumoto)22859 Solution: Handle K_NUL differently. (Yasuhiro Matsumoto, closes #2381)22961 Solution: Handle K_NUL differently if the second character is more than one