usr.bin/tmux/file.c
109
file_create_with_client(struct client *c, int stream, client_file_cb cb,
usr.bin/tmux/file.c
297
size_t bsize, client_file_cb cb, void *cbdata)
usr.bin/tmux/file.c
370
file_read(struct client *c, const char *path, client_file_cb cb, void *cbdata)
usr.bin/tmux/file.c
575
client_file_cb cb, void *cbdata)
usr.bin/tmux/file.c
735
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
2037
typedef void (*client_file_cb) (struct client *, const char *, int, int,
usr.bin/tmux/tmux.h
2054
client_file_cb cb;