Home
last modified time | relevance | path

Searched refs:KS_SPECIAL (Results 1 – 9 of 9) sorted by relevance

/vim-8.2.3635/src/
H A Dkeymap.h55 #define KS_SPECIAL 254 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(…
H A Dusercmd.c1702 && ((ksp[1] == KS_SPECIAL && ksp[2] == KE_FILLER) in do_ucmd()
1718 *q++ = ksp[1] == KS_SPECIAL ? K_SPECIAL : CSI; in do_ucmd()
H A Dmap.c1700 if (s[0] == K_SPECIAL && s[1] == KS_SPECIAL && s[2] == KE_FILLER) in vim_unescape_csi()
H A Dgetchar.c762 if (has_mbyte && (c != K_SPECIAL || p[1] == KS_SPECIAL)) in read_redo()
H A Dmbyte.c4371 && str[n + 1] == KS_SPECIAL in mb_unescape()
H A Dedit.c2594 *s++ = KS_SPECIAL; in add_char2buf()
H A Dterm.c6108 result[dlen++] = KS_SPECIAL; in replace_termcodes()
H A Dex_docmd.c8436 arg[len++] = KS_SPECIAL; in ex_normal()
/vim-8.2.3635/runtime/doc/
H A Dversion8.txt13621 Solution: Turn 0x80 into K_SPECIAL KS_SPECIAL KE_FILLER. (Christian