Searched refs:mouse_event (Results 1 – 20 of 20) sorted by relevance
| /netbsd/src/external/bsd/tmux/dist/ |
| D | tmux.h | 60 struct mouse_event; 1060 struct mouse_event *); 1065 struct mouse_event *); 1394 struct mouse_event { struct 1425 struct mouse_event m; argument 1522 struct mouse_event *); 1524 struct mouse_event *); 1867 struct mouse_event click_event; 2574 struct mouse_event *, int); 2608 int cmd_mouse_at(struct window_pane *, struct mouse_event *, [all …]
|
| D | input-keys.c | 33 static void input_key_mouse(struct window_pane *, struct mouse_event *); 392 input_key_pane(struct window_pane *wp, key_code key, struct mouse_event *m) in input_key_pane() 692 input_key_get_mouse(struct screen *s, struct mouse_event *m, u_int x, u_int y, in input_key_get_mouse() 776 input_key_mouse(struct window_pane *wp, struct mouse_event *m) in input_key_mouse()
|
| D | window-clock.c | 33 struct mouse_event *); 200 __unused key_code key, __unused struct mouse_event *m) in window_clock_key()
|
| 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 | 750 cmd_mouse_at(struct window_pane *wp, struct mouse_event *m, u_int *xp, in cmd_mouse_at() 781 cmd_mouse_window(struct mouse_event *m, struct session **sp) in cmd_mouse_window() 805 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 *); 513 struct mouse_event *m) in window_buffer_key()
|
| D | cmd-send-keys.c | 160 struct mouse_event *m = &event->m; in cmd_send_keys_exec()
|
| D | tty-keys.c | 53 struct mouse_event *); 668 struct mouse_event m = { 0 }; in tty_keys_next() 1047 struct mouse_event *m) in tty_keys_mouse()
|
| D | window-copy.c | 34 struct mouse_event *); 139 static void window_copy_move_mouse(struct mouse_event *); 140 static void window_copy_drag_update(struct client *, struct mouse_event *); 141 static void window_copy_drag_release(struct client *, struct mouse_event *); 201 struct mouse_event *m; 982 struct mouse_event *m = cs->m; in window_copy_cmd_begin_selection() 3034 struct mouse_event *m) in window_copy_command() 5568 window_copy_move_mouse(struct mouse_event *m) in window_copy_move_mouse() 5590 window_copy_start_drag(struct client *c, struct mouse_event *m) in window_copy_start_drag() 5643 window_copy_drag_update(struct client *c, struct mouse_event *m) in window_copy_drag_update() [all …]
|
| D | popup.c | 425 struct mouse_event *m) in popup_handle_drag() 485 struct mouse_event *m = &event->m; in popup_key_cb()
|
| D | cmd-find.c | 839 cmd_find_from_mouse(struct cmd_find_state *fs, struct mouse_event *m, int flags) in cmd_find_from_mouse() 926 struct mouse_event *m; in cmd_find_target()
|
| D | window-tree.c | 35 struct winlink *, key_code, struct mouse_event *); 1234 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 *); 1405 struct mouse_event *m) in window_customize_key()
|
| D | mode-tree.c | 1025 struct mouse_event *m, u_int *xp, u_int *yp) in mode_tree_key()
|
| D | server-client.c | 573 struct mouse_event *m = &event->m; in server_client_check_mouse() 1871 struct mouse_event *m = &event->m; in server_client_key_callback()
|
| D | window.c | 1185 struct winlink *wl, key_code key, struct mouse_event *m) in window_pane_key()
|
| D | format.c | 147 struct mouse_event m; 3317 struct mouse_event *m = &event->m; in format_create_add_item()
|
| /netbsd/src/usr.sbin/moused/ |
| D | mouse.h | 356 struct mouse_event { struct 360 typedef struct mouse_event mouse_event_t; argument
|