usr.bin/tmux/tmux.h
1673
struct key_event {
usr.bin/tmux/tmux.h
2153
typedef int (*overlay_key_cb)(struct client *, void *, struct key_event *);
usr.bin/tmux/tmux.h
3132
struct cmdq_state *cmdq_new_state(struct cmd_find_state *, struct key_event *,
usr.bin/tmux/tmux.h
3194
struct cmdq_item *, struct client *, struct key_event *,
usr.bin/tmux/tmux.h
3271
int server_client_handle_key(struct client *, struct key_event *);
usr.bin/tmux/tmux.h
3272
int server_client_handle_key_after(struct client *, struct key_event *,
usr.bin/tmux/tmux.h
4115
int menu_key(struct client *, struct menu_data *, struct key_event *);