Symbol: key_code
usr.bin/tmux/tmux.h
293
typedef unsigned long long key_code;
usr.bin/tmux/tmux.h
3181
struct key_binding *key_bindings_get(struct key_table *, key_code);
usr.bin/tmux/tmux.h
3182
struct key_binding *key_bindings_get_default(struct key_table *, key_code);
usr.bin/tmux/tmux.h
3185
void key_bindings_add(const char *, key_code, const char *, int,
usr.bin/tmux/tmux.h
3187
void key_bindings_remove(const char *, key_code);
usr.bin/tmux/tmux.h
3188
void key_bindings_reset(const char *, key_code);
usr.bin/tmux/tmux.h
3199
const char *key_string_lookup_key(key_code, int);
usr.bin/tmux/tmux.h
3337
enum prompt_key_result status_prompt_key(struct client *, key_code,
usr.bin/tmux/tmux.h
3347
enum prompt_key_result prompt_key(struct prompt *, key_code, int *);
usr.bin/tmux/tmux.h
3392
int input_key_pane(struct window_pane *, key_code, struct mouse_event *);
usr.bin/tmux/tmux.h
3393
int input_key(struct screen *, struct bufferevent *, key_code);
usr.bin/tmux/tmux.h
3703
struct session *, struct winlink *, key_code,
usr.bin/tmux/tmux.h
3705
void window_pane_paste(struct window_pane *, key_code, char *,
usr.bin/tmux/tmux.h
3716
struct client *, key_code, struct mouse_event *);
usr.bin/tmux/tmux.h
3867
typedef void (*mode_tree_menu_cb)(void *, struct client *, key_code);
usr.bin/tmux/tmux.h
3872
typedef void (*mode_tree_each_cb)(void *, void *, struct client *, key_code);
usr.bin/tmux/tmux.h
3883
struct client *, key_code, int);
usr.bin/tmux/tmux.h
3904
int mode_tree_key(struct mode_tree_data *, struct client *, key_code *,