Symbol: mouse_event
sys/dev/wscons/wsdisplay.c
2511
struct wscons_event mouse_event = *(struct wscons_event *)data;
sys/dev/wscons/wsdisplay.c
2513
if (IS_MOTION_EVENT(mouse_event.type)) {
sys/dev/wscons/wsdisplay.c
2515
motion_event(sc->sc_focus, mouse_event.type,
sys/dev/wscons/wsdisplay.c
2516
mouse_event.value);
sys/dev/wscons/wsdisplay.c
2519
if (IS_BUTTON_EVENT(mouse_event.type)) {
sys/dev/wscons/wsdisplay.c
2522
if (mouse_event.type ==
sys/dev/wscons/wsdisplay.c
2525
mouse_event.value,
sys/dev/wscons/wsdisplay.c
2526
mouse_event.time.tv_sec);
sys/dev/wscons/wsdisplay.c
2529
mouse_event.value, 0);
sys/dev/wscons/wsdisplay.c
2533
if (IS_CTRL_EVENT(mouse_event.type)) {
sys/dev/wscons/wsdisplay.c
2534
return ctrl_event(sc, mouse_event.type,
sys/dev/wscons/wsdisplay.c
2535
mouse_event.value, p);
usr.bin/tmux/cmd-find.c
840
cmd_find_from_mouse(struct cmd_find_state *fs, struct mouse_event *m, int flags)
usr.bin/tmux/cmd-find.c
927
struct mouse_event *m;
usr.bin/tmux/cmd-resize-pane.c
152
cmd_resize_pane_mouse_update(struct client *c, struct mouse_event *m)
usr.bin/tmux/cmd-resize-pane.c
33
struct mouse_event *);
usr.bin/tmux/cmd-send-keys.c
163
struct mouse_event *m = &event->m;
usr.bin/tmux/cmd.c
761
cmd_mouse_at(struct window_pane *wp, struct mouse_event *m, u_int *xp,
usr.bin/tmux/cmd.c
792
cmd_mouse_window(struct mouse_event *m, struct session **sp)
usr.bin/tmux/cmd.c
816
cmd_mouse_pane(struct mouse_event *m, struct session **sp,
usr.bin/tmux/format.c
158
struct mouse_event m;
usr.bin/tmux/format.c
3738
struct mouse_event *m = &event->m;
usr.bin/tmux/input-keys.c
34
static void input_key_mouse(struct window_pane *, struct mouse_event *);
usr.bin/tmux/input-keys.c
399
input_key_pane(struct window_pane *wp, key_code key, struct mouse_event *m)
usr.bin/tmux/input-keys.c
714
input_key_get_mouse(struct screen *s, struct mouse_event *m, u_int x, u_int y,
usr.bin/tmux/input-keys.c
798
input_key_mouse(struct window_pane *wp, struct mouse_event *m)
usr.bin/tmux/menu.c
316
struct mouse_event *m = &event->m;
usr.bin/tmux/mode-tree.c
1212
struct mouse_event *m, u_int *xp, u_int *yp)
usr.bin/tmux/popup.c
498
struct mouse_event *m)
usr.bin/tmux/popup.c
558
struct mouse_event *m = &event->m;
usr.bin/tmux/server-client.c
1130
struct mouse_event *m = &event->m;
usr.bin/tmux/server-client.c
701
struct mouse_event *m = &event->m;
usr.bin/tmux/tmux.h
1123
struct mouse_event *);
usr.bin/tmux/tmux.h
1128
struct mouse_event *);
usr.bin/tmux/tmux.h
1550
struct mouse_event m;
usr.bin/tmux/tmux.h
1667
struct mouse_event *);
usr.bin/tmux/tmux.h
1669
struct mouse_event *);
usr.bin/tmux/tmux.h
2005
struct mouse_event click_event;
usr.bin/tmux/tmux.h
61
struct mouse_event;
usr.bin/tmux/tty-keys.c
1166
struct mouse_event *m)
usr.bin/tmux/tty-keys.c
53
struct mouse_event *);
usr.bin/tmux/tty-keys.c
741
struct mouse_event m = { 0 };
usr.bin/tmux/window-buffer.c
38
struct winlink *, key_code, struct mouse_event *);
usr.bin/tmux/window-buffer.c
537
struct mouse_event *m)
usr.bin/tmux/window-client.c
359
struct mouse_event *m)
usr.bin/tmux/window-client.c
36
struct winlink *, key_code, struct mouse_event *);
usr.bin/tmux/window-clock.c
216
__unused key_code key, __unused struct mouse_event *m)
usr.bin/tmux/window-clock.c
33
struct mouse_event *);
usr.bin/tmux/window-copy.c
1126
struct mouse_event *m = cs->m;
usr.bin/tmux/window-copy.c
144
static void window_copy_move_mouse(struct mouse_event *);
usr.bin/tmux/window-copy.c
145
static void window_copy_drag_update(struct client *, struct mouse_event *);
usr.bin/tmux/window-copy.c
146
static void window_copy_drag_release(struct client *, struct mouse_event *);
usr.bin/tmux/window-copy.c
1506
struct mouse_event *m = cs->m;
usr.bin/tmux/window-copy.c
214
struct mouse_event *m;
usr.bin/tmux/window-copy.c
3327
struct mouse_event *m)
usr.bin/tmux/window-copy.c
34
struct mouse_event *);
usr.bin/tmux/window-copy.c
5991
window_copy_move_mouse(struct mouse_event *m)
usr.bin/tmux/window-copy.c
6013
window_copy_start_drag(struct client *c, struct mouse_event *m)
usr.bin/tmux/window-copy.c
6066
window_copy_drag_update(struct client *c, struct mouse_event *m)
usr.bin/tmux/window-copy.c
6111
window_copy_drag_release(struct client *c, struct mouse_event *m)
usr.bin/tmux/window-customize.c
1429
struct mouse_event *m)
usr.bin/tmux/window-customize.c
34
struct winlink *, key_code, struct mouse_event *);
usr.bin/tmux/window-tree.c
1219
struct mouse_event *m)
usr.bin/tmux/window-tree.c
35
struct winlink *, key_code, struct mouse_event *);
usr.bin/tmux/window.c
1262
struct winlink *wl, key_code key, struct mouse_event *m)