Home
last modified time | relevance | path

Searched refs:which_button (Results 1 – 2 of 2) sorted by relevance

/vim-8.2.3635/src/
H A Dmouse.c356 || which_button == MOUSE_MIDDLE) in do_mouse()
359 && which_button == MOUSE_LEFT) in do_mouse()
362 && which_button == MOUSE_RIGHT) in do_mouse()
378 if (which_button == MOUSE_MIDDLE) in do_mouse()
528 if (which_button == MOUSE_RIGHT in do_mouse()
618 if (which_button == MOUSE_LEFT in do_mouse()
621 which_button = MOUSE_RIGHT; in do_mouse()
629 if (which_button == MOUSE_LEFT) in do_mouse()
710 && which_button == MOUSE_LEFT) in do_mouse()
888 if (which_button == MOUSE_LEFT) in do_mouse()
[all …]
/vim-8.2.3635/src/proto/
H A Dmouse.pro13 int jump_to_mouse(int flags, int *inclusive, int which_button);