usr.bin/tmux/proc.c
53
struct tmuxpeer {
usr.bin/tmux/tmux.h
2550
int proc_send(struct tmuxpeer *, enum msgtype, int, const void *, size_t);
usr.bin/tmux/tmux.h
2558
void proc_remove_peer(struct tmuxpeer *);
usr.bin/tmux/tmux.h
2559
void proc_kill_peer(struct tmuxpeer *);
usr.bin/tmux/tmux.h
2560
void proc_flush_peer(struct tmuxpeer *);
usr.bin/tmux/tmux.h
2563
uid_t proc_get_peer_uid(struct tmuxpeer *);
usr.bin/tmux/tmux.h
2564
gid_t proc_get_peer_gid(struct tmuxpeer *);
usr.bin/tmux/tmux.h
3209
struct client_file *file_create_with_peer(struct tmuxpeer *,
usr.bin/tmux/tmux.h
3228
void file_write_open(struct client_files *, struct tmuxpeer *,
usr.bin/tmux/tmux.h
3232
void file_read_open(struct client_files *, struct tmuxpeer *, struct imsg *,