Home
last modified time | relevance | path

Searched refs:K_BS (Results 1 – 12 of 12) sorted by relevance

/vim-8.2.3635/src/
H A Dkeymap.h380 #define K_BS TERMCAP2KEY('k', 'b') macro
H A Dmisc2.c904 {K_BS, (char_u *)"BS"},
905 {K_BS, (char_u *)"BackSpace"}, // Alternative name
1457 if (key == K_BS) in find_special_key()
H A Dterm.c683 {K_BS, "\316x"},
786 {K_BS, "\x7f"}, // for some reason 0177 doesn't work
1275 {K_BS, "[BS]"},
6744 if (c == K_DEL || c == K_KDEL || c == K_BS) in term_replace_bs_del_keycode()
H A Dinsexpand.c1595 return K_BS; in ins_compl_bs()
1613 return K_BS; in ins_compl_bs()
2195 AppendCharToRedobuff(K_BS); in ins_compl_fixRedoBufForLeader()
H A Ddigraph.c1786 if ((c == K_BS || c == Ctrl_H) && lastchar >= 0) in do_digraph()
H A Dex_getln.c1969 case K_BS: in getcmdline_int()
2884 if (c1 == BS || c1 == K_BS in getexmodeline()
H A Dedit.c632 if ((c == K_BS || c == Ctrl_H) in edit()
957 case K_BS: // delete character before the cursor in edit()
H A Dnormal.c331 {K_BS, nv_ctrlh, 0, 0},
4134 if ( (((cap->cmdchar == K_BS in nv_left()
5986 case K_BS: in nv_g_cmd()
H A Dmisc1.c946 else if (c == K_DEL || c == K_KDEL || c == K_BS || c == Ctrl_H) in get_number()
H A Dmessage.c2872 case K_BS: in do_more_prompt()
H A Dwindow.c337 case K_BS: in do_window()
H A Dterminal.c1397 case K_BS: c = term_backspace_char; break; in term_convert_key()