usr.bin/tmux/file.c
109
file_create_with_client(struct client *c, int stream, client_file_cb cb,
usr.bin/tmux/file.c
296
size_t bsize, client_file_cb cb, void *cbdata)
usr.bin/tmux/file.c
369
file_read(struct client *c, const char *path, client_file_cb cb, void *cbdata)
usr.bin/tmux/file.c
570
client_file_cb cb, void *cbdata)
usr.bin/tmux/file.c
730
struct imsg *imsg, int allow_streams, int close_received, client_file_cb cb,
usr.bin/tmux/file.c
84
int stream, client_file_cb cb, void *cbdata)
usr.bin/tmux/tmux.h
1910
typedef void (*client_file_cb) (struct client *, const char *, int, int,
usr.bin/tmux/tmux.h
1927
client_file_cb cb;