| /openbsd/src/usr.bin/tmux/ |
| D | tmux.h | 59 struct mouse_event; 1054 struct mouse_event *); 1059 struct mouse_event *); 1410 struct mouse_event { struct 1441 struct mouse_event m; argument 1542 struct mouse_event *); 1544 struct mouse_event *); 1888 struct mouse_event click_event; 2595 struct mouse_event *, int); 2630 int cmd_mouse_at(struct window_pane *, struct mouse_event *, [all …]
|
| D | window-clock.c | 33 struct mouse_event *); 200 __unused key_code key, __unused struct mouse_event *m) in window_clock_key()
|
| D | input-keys.c | 34 static void input_key_mouse(struct window_pane *, struct mouse_event *); 393 input_key_pane(struct window_pane *wp, key_code key, struct mouse_event *m) in input_key_pane() 707 input_key_get_mouse(struct screen *s, struct mouse_event *m, u_int x, u_int y, in input_key_get_mouse() 791 input_key_mouse(struct window_pane *wp, struct mouse_event *m) in input_key_mouse()
|
| D | cmd-resize-pane.c | 33 struct mouse_event *); 152 cmd_resize_pane_mouse_update(struct client *c, struct mouse_event *m) in cmd_resize_pane_mouse_update()
|
| D | window-client.c | 36 struct winlink *, key_code, struct mouse_event *); 383 struct mouse_event *m) in window_client_key()
|
| D | cmd.c | 751 cmd_mouse_at(struct window_pane *wp, struct mouse_event *m, u_int *xp, in cmd_mouse_at() 782 cmd_mouse_window(struct mouse_event *m, struct session **sp) in cmd_mouse_window() 806 cmd_mouse_pane(struct mouse_event *m, struct session **sp, in cmd_mouse_pane()
|
| D | window-buffer.c | 37 struct winlink *, key_code, struct mouse_event *); 512 struct mouse_event *m) in window_buffer_key()
|
| D | cmd-send-keys.c | 162 struct mouse_event *m = &event->m; in cmd_send_keys_exec()
|
| D | tty-keys.c | 53 struct mouse_event *); 736 struct mouse_event m = { 0 }; in tty_keys_next() 1135 struct mouse_event *m) in tty_keys_mouse()
|
| D | popup.c | 428 struct mouse_event *m) in popup_handle_drag() 488 struct mouse_event *m = &event->m; in popup_key_cb()
|
| D | window-copy.c | 34 struct mouse_event *); 142 static void window_copy_move_mouse(struct mouse_event *); 143 static void window_copy_drag_update(struct client *, struct mouse_event *); 144 static void window_copy_drag_release(struct client *, struct mouse_event *); 208 struct mouse_event *m; 1103 struct mouse_event *m = cs->m; in window_copy_cmd_begin_selection() 3082 struct mouse_event *m) in window_copy_command() 5696 window_copy_move_mouse(struct mouse_event *m) in window_copy_move_mouse() 5718 window_copy_start_drag(struct client *c, struct mouse_event *m) in window_copy_start_drag() 5771 window_copy_drag_update(struct client *c, struct mouse_event *m) in window_copy_drag_update() [all …]
|
| D | cmd-find.c | 840 cmd_find_from_mouse(struct cmd_find_state *fs, struct mouse_event *m, int flags) in cmd_find_from_mouse() 927 struct mouse_event *m; in cmd_find_target()
|
| D | window-tree.c | 35 struct winlink *, key_code, struct mouse_event *); 1237 struct mouse_event *m) in window_tree_key()
|
| D | menu.c | 245 struct mouse_event *m = &event->m; in menu_key_cb()
|
| D | window-customize.c | 34 struct winlink *, key_code, struct mouse_event *); 1408 struct mouse_event *m) in window_customize_key()
|
| D | mode-tree.c | 1056 struct mouse_event *m, u_int *xp, u_int *yp) in mode_tree_key()
|
| D | window.c | 1242 struct winlink *wl, key_code key, struct mouse_event *m) in window_pane_key()
|
| D | server-client.c | 671 struct mouse_event *m = &event->m; in server_client_check_mouse() 2342 struct mouse_event *m = &event->m; in server_client_key_callback()
|
| D | format.c | 147 struct mouse_event m; 3356 struct mouse_event *m = &event->m; in format_create_add_item()
|
| /openbsd/src/sys/dev/wscons/ |
| D | wsdisplay.c | 2506 struct wscons_event mouse_event = *(struct wscons_event *)data; in wsmoused() local 2508 if (IS_MOTION_EVENT(mouse_event.type)) { in wsmoused() 2510 motion_event(sc->sc_focus, mouse_event.type, in wsmoused() 2511 mouse_event.value); in wsmoused() 2514 if (IS_BUTTON_EVENT(mouse_event.type)) { in wsmoused() 2517 if (mouse_event.type == in wsmoused() 2520 mouse_event.value, in wsmoused() 2521 mouse_event.time.tv_sec); in wsmoused() 2524 mouse_event.value, 0); in wsmoused() 2528 if (IS_CTRL_EVENT(mouse_event.type)) { in wsmoused() [all …]
|