Symbol: client
regress/sys/kern/getpeereid/getpeereid_test.c
47
client(struct sockaddr_un *sun)
usr.bin/tmux/tmux.h
2037
typedef void (*client_file_cb) (struct client *, const char *, int, int,
usr.bin/tmux/tmux.h
2089
typedef enum prompt_result (*status_prompt_input_cb)(struct client *, void *,
usr.bin/tmux/tmux.h
2091
typedef enum prompt_result (*mode_tree_prompt_input_cb)(struct client *, void *,
usr.bin/tmux/tmux.h
2148
typedef struct visible_ranges *(*overlay_check_cb)(struct client *, void *,
usr.bin/tmux/tmux.h
2150
typedef struct screen *(*overlay_mode_cb)(struct client *, void *, u_int *,
usr.bin/tmux/tmux.h
2152
typedef void (*overlay_draw_cb)(struct client *, void *);
usr.bin/tmux/tmux.h
2153
typedef int (*overlay_key_cb)(struct client *, void *, struct key_event *);
usr.bin/tmux/tmux.h
2154
typedef void (*overlay_free_cb)(struct client *, void *);
usr.bin/tmux/tmux.h
2155
typedef void (*overlay_resize_cb)(struct client *, void *);
usr.bin/tmux/tmux.h
2324
TAILQ_HEAD(clients, client);
usr.bin/tmux/tmux.h
2575
int load_cfg(const char *, struct client *, struct cmdq_item *,
usr.bin/tmux/tmux.h
2578
struct client *, struct cmdq_item *, struct cmd_find_state *,
usr.bin/tmux/tmux.h
2637
struct format_tree *format_create(struct client *, struct cmdq_item *, int,
usr.bin/tmux/tmux.h
2654
struct client *, struct session *, struct winlink *,
usr.bin/tmux/tmux.h
2657
struct client *, struct cmd_find_state *);
usr.bin/tmux/tmux.h
2659
struct format_tree *format_create_defaults(struct cmdq_item *, struct client *,
usr.bin/tmux/tmux.h
2662
struct client *, struct cmd_find_state *);
usr.bin/tmux/tmux.h
2664
void format_defaults(struct format_tree *, struct client *,
usr.bin/tmux/tmux.h
2671
void format_lost_client(struct client *);
usr.bin/tmux/tmux.h
2693
struct client *);
usr.bin/tmux/tmux.h
2725
void events_fire_client(const char *, struct client *);
usr.bin/tmux/tmux.h
2877
void tty_update_client_offset(struct client *);
usr.bin/tmux/tmux.h
2900
int tty_init(struct tty *, struct client *);
usr.bin/tmux/tmux.h
3066
int cmd_find_from_client(struct cmd_find_state *, struct client *,
usr.bin/tmux/tmux.h
3126
struct cmd_parse_input *, struct client *,
usr.bin/tmux/tmux.h
3161
struct cmdq_item *cmdq_append(struct client *, struct cmdq_item *);
usr.bin/tmux/tmux.h
3165
u_int cmdq_next(struct client *);
usr.bin/tmux/tmux.h
3166
struct cmdq_item *cmdq_running(struct client *);
usr.bin/tmux/tmux.h
3196
struct cmdq_item *, struct client *, struct key_event *,
usr.bin/tmux/tmux.h
3213
struct client_file *file_create_with_client(struct client *, int,
usr.bin/tmux/tmux.h
3218
int file_can_print(struct client *);
usr.bin/tmux/tmux.h
3219
void printflike(2, 3) file_print(struct client *, const char *, ...);
usr.bin/tmux/tmux.h
3220
void printflike(2, 0) file_vprint(struct client *, const char *, va_list);
usr.bin/tmux/tmux.h
3221
void file_print_buffer(struct client *, void *, size_t);
usr.bin/tmux/tmux.h
3222
void printflike(2, 3) file_error(struct client *, const char *, ...);
usr.bin/tmux/tmux.h
3223
void file_write(struct client *, const char *, int, const void *, size_t,
usr.bin/tmux/tmux.h
3225
struct client_file *file_read(struct client *, const char *, client_file_cb,
usr.bin/tmux/tmux.h
3262
void server_client_set_overlay(struct client *, u_int, overlay_check_cb,
usr.bin/tmux/tmux.h
3265
void server_client_clear_overlay(struct client *);
usr.bin/tmux/tmux.h
3270
void server_client_set_key_table(struct client *, const char *);
usr.bin/tmux/tmux.h
3271
const char *server_client_get_key_table(struct client *);
usr.bin/tmux/tmux.h
3272
int server_client_check_nested(struct client *);
usr.bin/tmux/tmux.h
3273
int server_client_handle_key(struct client *, struct key_event *);
usr.bin/tmux/tmux.h
3274
int server_client_handle_key_after(struct client *, struct key_event *,
usr.bin/tmux/tmux.h
3277
int server_client_open(struct client *, char **);
usr.bin/tmux/tmux.h
3278
void server_client_unref(struct client *);
usr.bin/tmux/tmux.h
3279
void server_client_set_session(struct client *, struct session *);
usr.bin/tmux/tmux.h
3280
void server_client_lost(struct client *);
usr.bin/tmux/tmux.h
3281
void server_client_suspend(struct client *);
usr.bin/tmux/tmux.h
3282
void server_client_detach(struct client *, enum msgtype);
usr.bin/tmux/tmux.h
3283
void server_client_exec(struct client *, const char *);
usr.bin/tmux/tmux.h
3285
const char *server_client_get_cwd(struct client *, struct session *);
usr.bin/tmux/tmux.h
3286
void server_client_set_flags(struct client *, const char *);
usr.bin/tmux/tmux.h
3287
const char *server_client_get_flags(struct client *);
usr.bin/tmux/tmux.h
3289
void server_client_print(struct client *, int, struct evbuffer *);
usr.bin/tmux/tmux.h
3292
void server_redraw_client(struct client *);
usr.bin/tmux/tmux.h
3293
void server_client_update_theme_colours(struct client *);
usr.bin/tmux/tmux.h
3294
void server_status_client(struct client *);
usr.bin/tmux/tmux.h
3305
void server_lock_client(struct client *);
usr.bin/tmux/tmux.h
3319
void status_timer_start(struct client *);
usr.bin/tmux/tmux.h
3322
u_int status_prompt_line_at(struct client *);
usr.bin/tmux/tmux.h
3323
int status_at_line(struct client *);
usr.bin/tmux/tmux.h
3324
u_int status_line_size(struct client *);
usr.bin/tmux/tmux.h
3325
struct style_range *status_get_range(struct client *, u_int, u_int);
usr.bin/tmux/tmux.h
3326
void status_init(struct client *);
usr.bin/tmux/tmux.h
3327
void status_free(struct client *);
usr.bin/tmux/tmux.h
3328
int status_redraw(struct client *);
usr.bin/tmux/tmux.h
3329
void printflike(6, 7) status_message_set(struct client *, int, int, int, int,
usr.bin/tmux/tmux.h
3331
void status_message_clear(struct client *);
usr.bin/tmux/tmux.h
3332
int status_message_redraw(struct client *);
usr.bin/tmux/tmux.h
3333
void status_prompt_set(struct client *, struct cmd_find_state *,
usr.bin/tmux/tmux.h
3336
void status_prompt_clear(struct client *);
usr.bin/tmux/tmux.h
3337
int status_prompt_redraw(struct client *);
usr.bin/tmux/tmux.h
3338
void status_prompt_cursor(struct client *, u_int *, u_int *);
usr.bin/tmux/tmux.h
3339
enum prompt_key_result status_prompt_key(struct client *, key_code,
usr.bin/tmux/tmux.h
3341
void status_prompt_update(struct client *, const char *, const char *);
usr.bin/tmux/tmux.h
3369
void default_window_size(struct client *, struct session *, struct window *,
usr.bin/tmux/tmux.h
3378
struct colour_palette *, struct client *);
usr.bin/tmux/tmux.h
3389
void input_request_reply(struct client *, enum input_request_type, void *);
usr.bin/tmux/tmux.h
3390
void input_cancel_requests(struct client *);
usr.bin/tmux/tmux.h
3406
const char *colour_toescape(struct client *, int, int);
usr.bin/tmux/tmux.h
3593
void redraw_screen(struct client *);
usr.bin/tmux/tmux.h
3594
void redraw_pane(struct client *, struct window_pane *);
usr.bin/tmux/tmux.h
3595
void redraw_pane_scrollbar(struct client *, struct window_pane *);
usr.bin/tmux/tmux.h
3704
int window_pane_key(struct window_pane *, struct client *,
usr.bin/tmux/tmux.h
3709
void window_pane_set_prompt(struct window_pane *, struct client *,
usr.bin/tmux/tmux.h
3718
struct client *, key_code, struct mouse_event *);
usr.bin/tmux/tmux.h
3780
struct client *, struct grid_cell *);
usr.bin/tmux/tmux.h
3781
int window_make_pane_status(struct window_pane *, struct client *,
usr.bin/tmux/tmux.h
3869
typedef void (*mode_tree_menu_cb)(void *, struct client *, key_code);
usr.bin/tmux/tmux.h
3874
typedef void (*mode_tree_each_cb)(void *, void *, struct client *, key_code);
usr.bin/tmux/tmux.h
3885
struct client *, key_code, int);
usr.bin/tmux/tmux.h
3906
int mode_tree_key(struct mode_tree_data *, struct client *, key_code *,
usr.bin/tmux/tmux.h
3908
void mode_tree_set_prompt(struct mode_tree_data *, struct client *,
usr.bin/tmux/tmux.h
3913
void mode_tree_run_command(struct client *, struct cmd_find_state *,
usr.bin/tmux/tmux.h
3945
void window_copy_start_drag(struct client *, struct mouse_event *);
usr.bin/tmux/tmux.h
3962
struct monitor_set *monitor_create_client(struct client *, monitor_cb, void *);
usr.bin/tmux/tmux.h
3974
void control_discard(struct client *);
usr.bin/tmux/tmux.h
3975
void control_discard_all(struct client *);
usr.bin/tmux/tmux.h
3976
void control_start(struct client *);
usr.bin/tmux/tmux.h
3977
void control_ready(struct client *);
usr.bin/tmux/tmux.h
3978
void control_stop(struct client *);
usr.bin/tmux/tmux.h
3980
void control_set_pane_on(struct client *, struct window_pane *);
usr.bin/tmux/tmux.h
3981
void control_set_pane_off(struct client *, struct window_pane *);
usr.bin/tmux/tmux.h
3982
void control_continue_pane(struct client *, struct window_pane *);
usr.bin/tmux/tmux.h
3983
void control_pause_pane(struct client *, struct window_pane *);
usr.bin/tmux/tmux.h
3984
void control_set_window_size(struct client *, u_int, u_int, u_int);
usr.bin/tmux/tmux.h
3985
int control_get_window_size(struct client *, u_int, u_int *, u_int *);
usr.bin/tmux/tmux.h
3986
void control_clear_window_size(struct client *, u_int);
usr.bin/tmux/tmux.h
3987
struct window_pane_offset *control_pane_offset(struct client *,
usr.bin/tmux/tmux.h
3989
void control_reset_offsets(struct client *);
usr.bin/tmux/tmux.h
3990
void printflike(2, 3) control_write(struct client *, const char *, ...);
usr.bin/tmux/tmux.h
3991
void printflike(2, 3) control_notify_write(struct client *, const char *, ...);
usr.bin/tmux/tmux.h
3992
void control_write_guard(struct client *, const char *, long, u_int, int);
usr.bin/tmux/tmux.h
3993
void control_write_output(struct client *, struct window_pane *);
usr.bin/tmux/tmux.h
3994
int control_all_done(struct client *);
usr.bin/tmux/tmux.h
3995
void control_add_sub(struct client *, const char *, enum monitor_type, int,
usr.bin/tmux/tmux.h
3997
void control_remove_sub(struct client *, const char *);
usr.bin/tmux/tmux.h
4100
struct cmdq_item *, struct client *,
usr.bin/tmux/tmux.h
4103
struct cmdq_item *, struct client *,
usr.bin/tmux/tmux.h
4107
u_int, u_int, struct client *, enum box_lines, const char *,
usr.bin/tmux/tmux.h
4120
int menu_key(struct client *, struct menu_data *, struct key_event *);
usr.bin/tmux/tmux.h
4129
char **, const char *, const char *, struct client *,
usr.bin/tmux/tmux.h
4132
int popup_present(struct client *);
usr.bin/tmux/tmux.h
4133
int popup_modify(struct client *, const char *, const char *,
usr.bin/tmux/tmux.h
4159
struct spawn_editor_state *spawn_editor(struct client *, const char *, size_t,
usr.bin/tmux/tmux.h
4178
int server_acl_join(struct client *);
usr.sbin/httpd/httpd.h
289
struct client {