Home
last modified time | relevance | path

Searched refs:K_C_END (Results 1 – 7 of 7) sorted by relevance

/vim-8.2.3635/src/
H A Dkeymap.h299 #define K_C_END TERMCAP2KEY(KS_EXTRA, KE_C_END) macro
H A Dedit.c1094 case K_C_END: in edit()
4600 if (c == K_C_END) in ins_end()
H A Dterm.c667 {K_C_END, "\316u"},
1288 {K_C_END, "[C-END]"},
H A Dgetchar.c1823 c = K_C_END; in vgetc()
H A Dex_getln.c2217 case K_C_END: in getcmdline_int()
H A Dnormal.c349 {K_C_END, nv_end, NV_SSS|NV_STS, TRUE},
H A Dterminal.c1407 case K_C_END: mod = VTERM_MOD_CTRL; in term_convert_key()