Searched refs:KS_SPECIAL (Results 1 – 9 of 9) sorted by relevance
55 #define KS_SPECIAL 254 macro135 #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(…
1702 && ((ksp[1] == KS_SPECIAL && ksp[2] == KE_FILLER) in do_ucmd()1718 *q++ = ksp[1] == KS_SPECIAL ? K_SPECIAL : CSI; in do_ucmd()
1700 if (s[0] == K_SPECIAL && s[1] == KS_SPECIAL && s[2] == KE_FILLER) in vim_unescape_csi()
762 if (has_mbyte && (c != K_SPECIAL || p[1] == KS_SPECIAL)) in read_redo()
4371 && str[n + 1] == KS_SPECIAL in mb_unescape()
2594 *s++ = KS_SPECIAL; in add_char2buf()
6108 result[dlen++] = KS_SPECIAL; in replace_termcodes()
8436 arg[len++] = KS_SPECIAL; in ex_normal()
13621 Solution: Turn 0x80 into K_SPECIAL KS_SPECIAL KE_FILLER. (Christian