usr.bin/tmux/proc.c
53
struct tmuxpeer {
usr.bin/tmux/tmux.h
2335
int proc_send(struct tmuxpeer *, enum msgtype, int, const void *, size_t);
usr.bin/tmux/tmux.h
2343
void proc_remove_peer(struct tmuxpeer *);
usr.bin/tmux/tmux.h
2344
void proc_kill_peer(struct tmuxpeer *);
usr.bin/tmux/tmux.h
2345
void proc_flush_peer(struct tmuxpeer *);
usr.bin/tmux/tmux.h
2348
uid_t proc_get_peer_uid(struct tmuxpeer *);
usr.bin/tmux/tmux.h
2922
struct client_file *file_create_with_peer(struct tmuxpeer *,
usr.bin/tmux/tmux.h
2941
void file_write_open(struct client_files *, struct tmuxpeer *,
usr.bin/tmux/tmux.h
2945
void file_read_open(struct client_files *, struct tmuxpeer *, struct imsg *,