Searched refs:K_DOWN (Results 1 – 14 of 14) sorted by relevance
| /vim-8.2.3635/src/ |
| H A D | term.c | 333 {K_DOWN, "\233B"}, 431 {K_DOWN, "\033[B"}, 516 {K_DOWN, "\316P"}, 626 {K_DOWN, "\316P"}, 738 {K_DOWN, IF_EB("\033[B", ESC_STR "[B")}, 807 {K_DOWN, IF_EB("\033B", ESC_STR "B")}, 922 {K_DOWN, IF_EB("\033O*B", ESC_STR "O*B")}, 1094 {K_DOWN, "\033[B"}, 1228 {K_DOWN, "[KD]"},
|
| H A D | insexpand.c | 2482 ins_complete(K_DOWN, FALSE); in set_completion() 3603 c != K_UP && c != K_DOWN, in_compl_func); in ins_compl_check_keys() 3652 || c == K_UP || c == K_DOWN); in ins_compl_pum_key() 3664 if (ins_compl_pum_key(c) && c != K_UP && c != K_DOWN) in ins_compl_key2count() 3684 case K_DOWN: in ins_compl_use_match()
|
| H A D | cmdexpand.c | 2655 c = K_DOWN; in wildmenu_translate_key() 2690 if (c == K_DOWN && cclp->cmdpos > 0 in wildmenu_process_key() 2745 if (c == K_DOWN in wildmenu_process_key() 2756 else if (STRNCMP(xp->xp_pattern, upseg + 1, 3) == 0 && c == K_DOWN) in wildmenu_process_key()
|
| H A D | keymap.h | 287 #define K_DOWN TERMCAP2KEY('k', 'd') macro
|
| H A D | ex_getln.c | 1407 if ((c != K_UP && c != K_DOWN) in cmdline_browse_history() 1835 && c != K_DOWN && c != K_UP in getcmdline_int() 1862 if (!p_wmnu || (c != K_UP && c != K_DOWN)) in getcmdline_int() 2249 case K_DOWN: in getcmdline_int()
|
| H A D | edit.c | 1139 case K_DOWN: // <Down> in edit() 3495 case K_DOWN: in ins_ctrl_g() 3777 case K_DOWN: in ins_start_select()
|
| H A D | misc2.c | 915 {K_DOWN, (char_u *)"Down"}, 1127 case K_XDOWN: return K_DOWN; in handle_x_keys()
|
| H A D | message.c | 1257 || c == K_DOWN || c == K_PAGEDOWN)) in wait_return() 2881 case K_DOWN: in do_more_prompt()
|
| H A D | popupmenu.c | 1547 else if (c == 'j' || c == K_DOWN || c == K_MOUSEDOWN) in pum_show_popupmenu()
|
| H A D | normal.c | 334 {K_DOWN, nv_down, NV_SSS|NV_STS, FALSE}, 1777 case K_S_DOWN: cap->cmdchar = K_DOWN; break; in unshift_special() 6017 case K_DOWN: in nv_g_cmd()
|
| H A D | getchar.c | 1831 case K_XDOWN: c = K_DOWN; break; in vgetc()
|
| H A D | popupwin.c | 2407 if ((c == 'j' || c == 'J' || c == K_DOWN || c == Ctrl_N) in f_popup_filter_menu()
|
| H A D | window.c | 319 case K_DOWN: in do_window()
|
| H A D | terminal.c | 1401 case K_DOWN: key = VTERM_KEY_DOWN; break; in term_convert_key()
|