Home
last modified time | relevance | path

Searched refs:MOUSE_RIGHT (Results 1 – 13 of 13) sorted by relevance

/vim-8.2.3635/src/
H A Dmouse.c362 && which_button == MOUSE_RIGHT) in do_mouse()
528 if (which_button == MOUSE_RIGHT in do_mouse()
621 which_button = MOUSE_RIGHT; in do_mouse()
641 else if (which_button == MOUSE_RIGHT) in do_mouse()
2468 if (button & 4) mouse_code |= MOUSE_RIGHT; in check_termcode_mouse()
2475 if (button & 4) mouse_code |= MOUSE_RIGHT; in check_termcode_mouse()
2489 if (button & 4) mouse_code |= MOUSE_RIGHT; in check_termcode_mouse()
2500 mouse_code |= MOUSE_RIGHT; in check_termcode_mouse()
2607 mouse_code = MOUSE_RIGHT; in check_termcode_mouse()
2629 case 6: mouse_code = MOUSE_RIGHT; in check_termcode_mouse()
[all …]
H A Dclipboard.c500 if (is_click && button == MOUSE_RIGHT) in clip_modeless()
782 if (cb->state == SELECT_DONE && button == MOUSE_RIGHT) in clip_process_selection()
H A Dgui_w32.c920 button = MOUSE_RIGHT; in _OnMouseButtonDown()
933 button = MOUSE_RIGHT; in _OnMouseButtonDown()
946 && ((button == MOUSE_LEFT && s_button_pending == MOUSE_RIGHT) in _OnMouseButtonDown()
947 || (button == MOUSE_RIGHT in _OnMouseButtonDown()
961 || (mouse_model_popup() && (button == MOUSE_RIGHT))) in _OnMouseButtonDown()
H A Dvim.h1888 #define MOUSE_RIGHT 0x02 macro
H A Dgui.c3268 button = MOUSE_RIGHT; in gui_send_mouse_event()
3275 if (button == MOUSE_RIGHT) in gui_send_mouse_event()
H A Dos_unix.c7264 button = MOUSE_RIGHT; in mch_gpm_process()
7393 button = MOUSE_RIGHT; in SIGDEFARG()
H A Dgui_photon.c670 button = MOUSE_RIGHT; in gui_ph_handle_mouse()
H A Dgui_x11.c1073 case Button3: button = MOUSE_RIGHT; break; in gui_x11_mouse_cb()
H A Dex_getln.c1299 button = MOUSE_RIGHT; in cmdline_left_right_mouse()
H A Dgui_haiku.cc1497 vimButton = MOUSE_RIGHT; in MouseDown()
H A Dos_win32.c1414 nButton = MOUSE_RIGHT; in decode_mouse_event()
H A Dgui_gtk_x11.c1816 case 3: button = MOUSE_RIGHT; break; in button_press_event()
H A Dterminal.c1342 button = MOUSE_RIGHT; in term_mouse_click()