Symbol: client_file
usr.bin/tmux/file.c
108
struct client_file *
usr.bin/tmux/file.c
112
struct client_file *cf;
usr.bin/tmux/file.c
141
file_free(struct client_file *cf)
usr.bin/tmux/file.c
161
struct client_file *cf = arg;
usr.bin/tmux/file.c
172
file_fire_done(struct client_file *cf)
usr.bin/tmux/file.c
179
file_fire_read(struct client_file *cf)
usr.bin/tmux/file.c
211
struct client_file find, *cf;
usr.bin/tmux/file.c
238
struct client_file find, *cf;
usr.bin/tmux/file.c
265
struct client_file find, *cf;
usr.bin/tmux/file.c
298
struct client_file *cf;
usr.bin/tmux/file.c
368
struct client_file *
usr.bin/tmux/file.c
371
struct client_file *cf;
usr.bin/tmux/file.c
41
RB_GENERATE(client_files, client_file, entry, file_cmp);
usr.bin/tmux/file.c
446
file_cancel(struct client_file *cf)
usr.bin/tmux/file.c
464
struct client_file *cf = arg;
usr.bin/tmux/file.c
473
file_push(struct client_file *cf)
usr.bin/tmux/file.c
512
struct client_file *cf;
usr.bin/tmux/file.c
533
struct client_file *cf = arg;
usr.bin/tmux/file.c
551
struct client_file *cf = arg;
usr.bin/tmux/file.c
576
struct client_file find, *cf;
usr.bin/tmux/file.c
636
struct client_file find, *cf;
usr.bin/tmux/file.c
656
struct client_file find, *cf;
usr.bin/tmux/file.c
67
file_cmp(struct client_file *cf1, struct client_file *cf2)
usr.bin/tmux/file.c
680
struct client_file *cf = arg;
usr.bin/tmux/file.c
699
struct client_file *cf = arg;
usr.bin/tmux/file.c
737
struct client_file find, *cf;
usr.bin/tmux/file.c
797
struct client_file find, *cf;
usr.bin/tmux/file.c
815
struct client_file find, *cf;
usr.bin/tmux/file.c
82
struct client_file *
usr.bin/tmux/file.c
835
struct client_file find, *cf;
usr.bin/tmux/file.c
86
struct client_file *cf;
usr.bin/tmux/file.c
861
struct client_file find, *cf;
usr.bin/tmux/server-client.c
1854
struct client_file *cf;
usr.bin/tmux/server-client.c
440
struct client_file *cf, *cf1;
usr.bin/tmux/tmux.h
1912
struct client_file {
usr.bin/tmux/tmux.h
1930
RB_ENTRY(client_file) entry;
usr.bin/tmux/tmux.h
2922
struct client_file *file_create_with_peer(struct tmuxpeer *,
usr.bin/tmux/tmux.h
2924
struct client_file *file_create_with_client(struct client *, int,
usr.bin/tmux/tmux.h
2936
struct client_file *file_read(struct client *, const char *, client_file_cb,
usr.bin/tmux/window.c
69
struct client_file *file;