usr.bin/tmux/file.c
219
cf = file_create_with_client(c, 1, NULL, NULL);
usr.bin/tmux/file.c
246
cf = file_create_with_client(c, 1, NULL, NULL);
usr.bin/tmux/file.c
276
cf = file_create_with_client(c, 2, NULL, NULL);
usr.bin/tmux/file.c
307
cf = file_create_with_client(c, stream, cb, cbdata);
usr.bin/tmux/file.c
320
cf = file_create_with_client(c, stream, cb, cbdata);
usr.bin/tmux/file.c
381
cf = file_create_with_client(c, stream, cb, cbdata);
usr.bin/tmux/file.c
394
cf = file_create_with_client(c, stream, cb, cbdata);
usr.bin/tmux/tmux.h
2924
struct client_file *file_create_with_client(struct client *, int,