Searched refs:K_BS (Results 1 – 12 of 12) sorted by relevance
| /vim-8.2.3635/src/ |
| H A D | keymap.h | 380 #define K_BS TERMCAP2KEY('k', 'b') macro
|
| H A D | misc2.c | 904 {K_BS, (char_u *)"BS"}, 905 {K_BS, (char_u *)"BackSpace"}, // Alternative name 1457 if (key == K_BS) in find_special_key()
|
| H A D | term.c | 683 {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 D | insexpand.c | 1595 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 D | digraph.c | 1786 if ((c == K_BS || c == Ctrl_H) && lastchar >= 0) in do_digraph()
|
| H A D | ex_getln.c | 1969 case K_BS: in getcmdline_int() 2884 if (c1 == BS || c1 == K_BS in getexmodeline()
|
| H A D | edit.c | 632 if ((c == K_BS || c == Ctrl_H) in edit() 957 case K_BS: // delete character before the cursor in edit()
|
| H A D | normal.c | 331 {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 D | misc1.c | 946 else if (c == K_DEL || c == K_KDEL || c == K_BS || c == Ctrl_H) in get_number()
|
| H A D | message.c | 2872 case K_BS: in do_more_prompt()
|
| H A D | window.c | 337 case K_BS: in do_window()
|
| H A D | terminal.c | 1397 case K_BS: c = term_backspace_char; break; in term_convert_key()
|