Home
last modified time | relevance | path

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

/vim-8.2.3635/src/proto/
H A Dmouse.pro12 int mouse_model_popup(void);
/vim-8.2.3635/src/
H A Dmouse.c358 && mouse_model_popup() in do_mouse()
361 && !mouse_model_popup() in do_mouse()
526 if (mouse_model_popup()) in do_mouse()
1462 mouse_model_popup(void) in mouse_model_popup() function
H A Dgui_motif.c915 if (mouse_model_popup()) in gui_mch_add_menu()
1268 if (menu_is_child_of_popup(menu) && !mouse_model_popup()) in gui_mch_add_menu_item()
1428 if (mouse_model_popup()) in gui_motif_update_mousemodel()
1444 if (mouse_model_popup()) in gui_motif_update_mousemodel()
H A Dex_getln.c1295 if (mouse_model_popup() && button == MOUSE_LEFT in cmdline_left_right_mouse()
H A Dgui.c3265 if (mouse_model_popup() && button == MOUSE_LEFT in gui_send_mouse_event()
H A Dterminal.c1338 if (mouse_model_popup() && button == MOUSE_LEFT in term_mouse_click()
H A Dgui_w32.c961 || (mouse_model_popup() && (button == MOUSE_RIGHT))) in _OnMouseButtonDown()