Home
last modified time | relevance | path

Searched refs:cf1 (Results 1 – 2 of 2) sorted by relevance

/openbsd/usr.bin/tmux/
H A Dfile.c58 file_cmp(struct client_file *cf1, struct client_file *cf2) in file_cmp() argument
60 if (cf1->stream < cf2->stream) in file_cmp()
62 if (cf1->stream > cf2->stream) in file_cmp()
H A Dserver-client.c425 struct client_file *cf, *cf1; in server_client_lost() local
434 RB_FOREACH_SAFE(cf, client_files, &c->files, cf1) { in server_client_lost()