lib/libutil/imsg.h
62
struct imsg {
usr.bin/tmux/tmux.h
2334
struct imsg;
usr.bin/tmux/tmux.h
2942
struct imsg *, int, int, client_file_cb, void *);
usr.bin/tmux/tmux.h
2943
void file_write_data(struct client_files *, struct imsg *);
usr.bin/tmux/tmux.h
2944
void file_write_close(struct client_files *, struct imsg *);
usr.bin/tmux/tmux.h
2945
void file_read_open(struct client_files *, struct tmuxpeer *, struct imsg *,
usr.bin/tmux/tmux.h
2947
void file_write_ready(struct client_files *, struct imsg *);
usr.bin/tmux/tmux.h
2948
void file_read_data(struct client_files *, struct imsg *);
usr.bin/tmux/tmux.h
2949
void file_read_done(struct client_files *, struct imsg *);
usr.bin/tmux/tmux.h
2950
void file_read_cancel(struct client_files *, struct imsg *);