Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dmouse.c356 || which_button == MOUSE_MIDDLE) in do_mouse()
378 if (which_button == MOUSE_MIDDLE) in do_mouse()
823 if (which_button == MOUSE_MIDDLE) in do_mouse()
2467 if (button & 2) mouse_code |= MOUSE_MIDDLE; in check_termcode_mouse()
2474 if (button & 2) mouse_code |= MOUSE_MIDDLE; in check_termcode_mouse()
2488 if (button & 2) mouse_code |= MOUSE_MIDDLE; in check_termcode_mouse()
2498 mouse_code |= MOUSE_MIDDLE; in check_termcode_mouse()
2605 mouse_code = MOUSE_MIDDLE; in check_termcode_mouse()
2623 case 4: mouse_code = MOUSE_MIDDLE; in check_termcode_mouse()
2626 case 5: mouse_code = MOUSE_MIDDLE; in check_termcode_mouse()
[all …]
H A Dvim.h1887 #define MOUSE_MIDDLE 0x01 macro
H A Dos_win32.c1395 ? MOUSE_DRAG : MOUSE_MIDDLE; in decode_mouse_event()
1401 nButton = MOUSE_MIDDLE; in decode_mouse_event()
1412 nButton = MOUSE_MIDDLE; in decode_mouse_event()
H A Dgui.c3210 if (Y_2_ROW(y) < cmdline_row && button != MOUSE_MIDDLE) in gui_send_mouse_event()
3303 if (button != MOUSE_MIDDLE) in gui_send_mouse_event()
H A Dos_unix.c7261 button = MOUSE_MIDDLE; in mch_gpm_process()
7390 button = MOUSE_MIDDLE; in SIGDEFARG()
H A Dgui_photon.c677 button = MOUSE_MIDDLE; in gui_ph_handle_mouse()
H A Dgui_x11.c1072 case Button2: button = MOUSE_MIDDLE; break; in gui_x11_mouse_cb()
H A Dgui_w32.c918 button = MOUSE_MIDDLE; in _OnMouseButtonDown()
955 button = MOUSE_MIDDLE; in _OnMouseButtonDown()
H A Dgui_haiku.cc1499 vimButton = MOUSE_MIDDLE; in MouseDown()
H A Dgui_gtk_x11.c1815 case 2: button = MOUSE_MIDDLE; break; in button_press_event()