Searched refs:file_create_with_client (Results 1 – 1 of 1) sorted by relevance
/netbsd-src/external/bsd/tmux/dist/ |
H A D | file.c | 97 file_create_with_client(struct client *c, int stream, client_file_cb cb, in file_create_with_client() function 207 cf = file_create_with_client(c, 1, NULL, NULL); in file_vprint() 234 cf = file_create_with_client(c, 1, NULL, NULL); in file_print_buffer() 264 cf = file_create_with_client(c, 2, NULL, NULL); in file_error() 295 cf = file_create_with_client(c, stream, cb, cbdata); in file_write() 308 cf = file_create_with_client(c, stream, cb, cbdata); in file_write() 369 cf = file_create_with_client(c, stream, cb, cbdata); in file_read() 382 cf = file_create_with_client(c, stream, cb, cbdata); in file_read()
|