Searched refs:current_menu (Results 1 – 4 of 4) sorted by relevance
| /vim-8.2.3635/src/ |
| H A D | message.c | 2853 int idx = get_menu_index(current_menu, ASKMORE); in do_more_prompt() 2860 c = *current_menu->strings[idx]; in do_more_prompt() 2861 if (c != NUL && current_menu->strings[idx][1] != NUL) in do_more_prompt() 2862 ins_typebuf(current_menu->strings[idx] + 1, in do_more_prompt() 2863 current_menu->noremap[idx], 0, TRUE, in do_more_prompt() 2864 current_menu->silent[idx]); in do_more_prompt()
|
| H A D | getchar.c | 2702 idx = get_menu_index(current_menu, local_State); in handle_mapping() 2709 && (current_menu->modes & VISUAL)) in handle_mapping() 2715 ins_typebuf(current_menu->strings[idx], in handle_mapping() 2716 current_menu->noremap[idx], in handle_mapping() 2717 0, TRUE, current_menu->silent[idx]); in handle_mapping()
|
| H A D | term.c | 5691 current_menu = (vimmenu_T *)val; in check_termcode() 5696 if (check_menu_pointer(root_menu, current_menu) == FAIL) in check_termcode()
|
| H A D | globals.h | 626 EXTERN vimmenu_T *current_menu; variable
|