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
2322
TAILQ_HEAD(clients, client);
usr.bin/tmux/tmux.h
2573
int load_cfg(const char *, struct client *, struct cmdq_item *,
usr.bin/tmux/tmux.h
2576
struct client *, struct cmdq_item *, struct cmd_find_state *,
usr.bin/tmux/tmux.h
2635
struct format_tree *format_create(struct client *, struct cmdq_item *, int,
usr.bin/tmux/tmux.h
2652
struct client *, struct session *, struct winlink *,
usr.bin/tmux/tmux.h
2655
struct client *, struct cmd_find_state *);
usr.bin/tmux/tmux.h
2657
struct format_tree *format_create_defaults(struct cmdq_item *, struct client *,
usr.bin/tmux/tmux.h
2660
struct client *, struct cmd_find_state *);
usr.bin/tmux/tmux.h
2662
void format_defaults(struct format_tree *, struct client *,
usr.bin/tmux/tmux.h
2669
void format_lost_client(struct client *);
usr.bin/tmux/tmux.h
2691
struct client *);
usr.bin/tmux/tmux.h
2723
void events_fire_client(const char *, struct client *);
usr.bin/tmux/tmux.h
2875
void tty_update_client_offset(struct client *);
usr.bin/tmux/tmux.h
2898
int tty_init(struct tty *, struct client *);
usr.bin/tmux/tmux.h
3064
int cmd_find_from_client(struct cmd_find_state *, struct client *,
usr.bin/tmux/tmux.h
3124
struct cmd_parse_input *, struct client *,
usr.bin/tmux/tmux.h
3159
struct cmdq_item *cmdq_append(struct client *, struct cmdq_item *);
usr.bin/tmux/tmux.h
3163
u_int cmdq_next(struct client *);
usr.bin/tmux/tmux.h
3164
struct cmdq_item *cmdq_running(struct client *);
usr.bin/tmux/tmux.h
3194
struct cmdq_item *, struct client *, struct key_event *,
usr.bin/tmux/tmux.h
3211
struct client_file *file_create_with_client(struct client *, int,
usr.bin/tmux/tmux.h
3216
int file_can_print(struct client *);
usr.bin/tmux/tmux.h
3217
void printflike(2, 3) file_print(struct client *, const char *, ...);
usr.bin/tmux/tmux.h
3218
void printflike(2, 0) file_vprint(struct client *, const char *, va_list);
usr.bin/tmux/tmux.h
3219
void file_print_buffer(struct client *, void *, size_t);
usr.bin/tmux/tmux.h
3220
void printflike(2, 3) file_error(struct client *, const char *, ...);
usr.bin/tmux/tmux.h
3221
void file_write(struct client *, const char *, int, const void *, size_t,
usr.bin/tmux/tmux.h
3223
struct client_file *file_read(struct client *, const char *, client_file_cb,
usr.bin/tmux/tmux.h
3260
void server_client_set_overlay(struct client *, u_int, overlay_check_cb,
usr.bin/tmux/tmux.h
3263
void server_client_clear_overlay(struct client *);
usr.bin/tmux/tmux.h
3268
void server_client_set_key_table(struct client *, const char *);
usr.bin/tmux/tmux.h
3269
const char *server_client_get_key_table(struct client *);
usr.bin/tmux/tmux.h
3270
int server_client_check_nested(struct client *);
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
3275
int server_client_open(struct client *, char **);
usr.bin/tmux/tmux.h
3276
void server_client_unref(struct client *);
usr.bin/tmux/tmux.h
3277
void server_client_set_session(struct client *, struct session *);
usr.bin/tmux/tmux.h
3278
void server_client_lost(struct client *);
usr.bin/tmux/tmux.h
3279
void server_client_suspend(struct client *);
usr.bin/tmux/tmux.h
3280
void server_client_detach(struct client *, enum msgtype);
usr.bin/tmux/tmux.h
3281
void server_client_exec(struct client *, const char *);
usr.bin/tmux/tmux.h
3283
const char *server_client_get_cwd(struct client *, struct session *);
usr.bin/tmux/tmux.h
3284
void server_client_set_flags(struct client *, const char *);
usr.bin/tmux/tmux.h
3285
const char *server_client_get_flags(struct client *);
usr.bin/tmux/tmux.h
3287
void server_client_print(struct client *, int, struct evbuffer *);
usr.bin/tmux/tmux.h
3290
void server_redraw_client(struct client *);
usr.bin/tmux/tmux.h
3291
void server_client_update_theme_colours(struct client *);
usr.bin/tmux/tmux.h
3292
void server_status_client(struct client *);
usr.bin/tmux/tmux.h
3303
void server_lock_client(struct client *);
usr.bin/tmux/tmux.h
3317
void status_timer_start(struct client *);
usr.bin/tmux/tmux.h
3320
u_int status_prompt_line_at(struct client *);
usr.bin/tmux/tmux.h
3321
int status_at_line(struct client *);
usr.bin/tmux/tmux.h
3322
u_int status_line_size(struct client *);
usr.bin/tmux/tmux.h
3323
struct style_range *status_get_range(struct client *, u_int, u_int);
usr.bin/tmux/tmux.h
3324
void status_init(struct client *);
usr.bin/tmux/tmux.h
3325
void status_free(struct client *);
usr.bin/tmux/tmux.h
3326
int status_redraw(struct client *);
usr.bin/tmux/tmux.h
3327
void printflike(6, 7) status_message_set(struct client *, int, int, int, int,
usr.bin/tmux/tmux.h
3329
void status_message_clear(struct client *);
usr.bin/tmux/tmux.h
3330
int status_message_redraw(struct client *);
usr.bin/tmux/tmux.h
3331
void status_prompt_set(struct client *, struct cmd_find_state *,
usr.bin/tmux/tmux.h
3334
void status_prompt_clear(struct client *);
usr.bin/tmux/tmux.h
3335
int status_prompt_redraw(struct client *);
usr.bin/tmux/tmux.h
3336
void status_prompt_cursor(struct client *, u_int *, u_int *);
usr.bin/tmux/tmux.h
3337
enum prompt_key_result status_prompt_key(struct client *, key_code,
usr.bin/tmux/tmux.h
3339
void status_prompt_update(struct client *, const char *, const char *);
usr.bin/tmux/tmux.h
3367
void default_window_size(struct client *, struct session *, struct window *,
usr.bin/tmux/tmux.h
3376
struct colour_palette *, struct client *);
usr.bin/tmux/tmux.h
3387
void input_request_reply(struct client *, enum input_request_type, void *);
usr.bin/tmux/tmux.h
3388
void input_cancel_requests(struct client *);
usr.bin/tmux/tmux.h
3404
const char *colour_toescape(struct client *, int, int);
usr.bin/tmux/tmux.h
3591
void redraw_screen(struct client *);
usr.bin/tmux/tmux.h
3592
void redraw_pane(struct client *, struct window_pane *);
usr.bin/tmux/tmux.h
3593
void redraw_pane_scrollbar(struct client *, struct window_pane *);
usr.bin/tmux/tmux.h
3702
int window_pane_key(struct window_pane *, struct client *,
usr.bin/tmux/tmux.h
3707
void window_pane_set_prompt(struct window_pane *, struct client *,
usr.bin/tmux/tmux.h
3716
struct client *, key_code, struct mouse_event *);
usr.bin/tmux/tmux.h
3778
struct client *, struct grid_cell *);
usr.bin/tmux/tmux.h
3779
int window_make_pane_status(struct window_pane *, struct client *,
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 *,
usr.bin/tmux/tmux.h
3906
void mode_tree_set_prompt(struct mode_tree_data *, struct client *,
usr.bin/tmux/tmux.h
3911
void mode_tree_run_command(struct client *, struct cmd_find_state *,
usr.bin/tmux/tmux.h
3943
void window_copy_start_drag(struct client *, struct mouse_event *);
usr.bin/tmux/tmux.h
3960
struct monitor_set *monitor_create_client(struct client *, monitor_cb, void *);
usr.bin/tmux/tmux.h
3972
void control_discard(struct client *);
usr.bin/tmux/tmux.h
3973
void control_start(struct client *);
usr.bin/tmux/tmux.h
3974
void control_ready(struct client *);
usr.bin/tmux/tmux.h
3975
void control_stop(struct client *);
usr.bin/tmux/tmux.h
3977
void control_set_pane_on(struct client *, struct window_pane *);
usr.bin/tmux/tmux.h
3978
void control_set_pane_off(struct client *, struct window_pane *);
usr.bin/tmux/tmux.h
3979
void control_continue_pane(struct client *, struct window_pane *);
usr.bin/tmux/tmux.h
3980
void control_pause_pane(struct client *, struct window_pane *);
usr.bin/tmux/tmux.h
3981
void control_set_window_size(struct client *, u_int, u_int, u_int);
usr.bin/tmux/tmux.h
3982
int control_get_window_size(struct client *, u_int, u_int *, u_int *);
usr.bin/tmux/tmux.h
3983
void control_clear_window_size(struct client *, u_int);
usr.bin/tmux/tmux.h
3984
struct window_pane_offset *control_pane_offset(struct client *,
usr.bin/tmux/tmux.h
3986
void control_reset_offsets(struct client *);
usr.bin/tmux/tmux.h
3987
void printflike(2, 3) control_write(struct client *, const char *, ...);
usr.bin/tmux/tmux.h
3988
void control_write_output(struct client *, struct window_pane *);
usr.bin/tmux/tmux.h
3989
int control_all_done(struct client *);
usr.bin/tmux/tmux.h
3990
void control_add_sub(struct client *, const char *, enum monitor_type, int,
usr.bin/tmux/tmux.h
3992
void control_remove_sub(struct client *, const char *);
usr.bin/tmux/tmux.h
4095
struct cmdq_item *, struct client *,
usr.bin/tmux/tmux.h
4098
struct cmdq_item *, struct client *,
usr.bin/tmux/tmux.h
4102
u_int, u_int, struct client *, enum box_lines, const char *,
usr.bin/tmux/tmux.h
4115
int menu_key(struct client *, struct menu_data *, struct key_event *);
usr.bin/tmux/tmux.h
4124
char **, const char *, const char *, struct client *,
usr.bin/tmux/tmux.h
4127
int popup_present(struct client *);
usr.bin/tmux/tmux.h
4128
int popup_modify(struct client *, const char *, const char *,
usr.bin/tmux/tmux.h
4154
struct spawn_editor_state *spawn_editor(struct client *, const char *, size_t,
usr.bin/tmux/tmux.h
4173
int server_acl_join(struct client *);
usr.sbin/httpd/httpd.h
289
struct client {