Home
last modified time | relevance | path

Searched refs:MOUSE_CTRL (Results 1 – 10 of 10) sorted by relevance

/vim-8.2.3635/src/
H A Dmouse.c2470 if (button & 16) mouse_code |= MOUSE_CTRL; in check_termcode_mouse()
2477 if (button & 16) mouse_code |= MOUSE_CTRL; in check_termcode_mouse()
2491 if (button & 16) mouse_code |= MOUSE_CTRL; in check_termcode_mouse()
2504 mouse_code |= MOUSE_CTRL; in check_termcode_mouse()
2799 if (orig_mouse_code & MOUSE_CTRL) in check_termcode_mouse()
2815 if (wheel_code & MOUSE_CTRL) in check_termcode_mouse()
H A Dgui.c3155 if (modifiers & MOUSE_CTRL) in gui_send_mouse_event()
3239 if ((modifiers & MOUSE_CTRL) && (modifiers & MOUSE_SHIFT)) in gui_send_mouse_event()
3266 && (modifiers & MOUSE_SHIFT) && !(modifiers & MOUSE_CTRL)) in gui_send_mouse_event()
5607 handle_drop(count, fnames, (modifiers & MOUSE_CTRL) != 0, in gui_handle_drop()
H A Dvim.h1894 #define MOUSE_CTRL 0x10 macro
H A Dgui_photon.c657 modifiers |= MOUSE_CTRL; in gui_ph_handle_mouse()
H A Dgui_x11.c1099 vim_modifiers |= MOUSE_CTRL; in gui_x11_mouse_cb()
H A Dgui_w32.c891 vim_modifiers |= MOUSE_CTRL; in _OnMouseEvent()
3751 modifiers |= MOUSE_CTRL; in _OnDropFiles()
H A Dgui_haiku.cc1476 vim_modifiers |= MOUSE_CTRL; in mouseModifiersToVim()
H A Dos_unix.c7291 vim_modifiers |= MOUSE_CTRL; in mch_gpm_process()
H A Dos_win32.c1468 g_nMouseClick |= MOUSE_CTRL; in decode_mouse_event()
H A Dgui_gtk_x11.c1001 modifiers |= MOUSE_CTRL; in modifiers_gdk2mouse()