Home
last modified time | relevance | path

Searched refs:c_loop (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/usr.bin/tmux/
H A Dcmd-attach-session.c58 struct client *c = cmdq_get_client(item), *c_loop; in cmd_attach_session() local
119 TAILQ_FOREACH(c_loop, &clients, entry) { in cmd_attach_session()
120 if (c_loop->session != s || c == c_loop) in cmd_attach_session()
122 server_client_detach(c_loop, msgtype); in cmd_attach_session()
143 TAILQ_FOREACH(c_loop, &clients, entry) { in cmd_attach_session()
144 if (c_loop->session != s || c == c_loop) in cmd_attach_session()
146 server_client_detach(c_loop, msgtype); in cmd_attach_session()
H A Dcmd-find.c116 struct client *c_loop, *c; in cmd_find_best_client() local
122 TAILQ_FOREACH(c_loop, &clients, entry) { in cmd_find_best_client()
123 if (c_loop->session == NULL) in cmd_find_best_client()
125 if (s != NULL && c_loop->session != s) in cmd_find_best_client()
127 if (cmd_find_client_better(c_loop, c)) in cmd_find_best_client()
128 c = c_loop; in cmd_find_best_client()
/openbsd-src/sys/arch/hppa/stand/libsa/
H A Dpdc.c410 fall(int c_base, int c_count, int c_loop, int c_stride, int data) in fall() argument
415 for (loop = c_loop; loop--; ) in fall()
/openbsd-src/sys/arch/hppa/hppa/
H A Dmachdep.c697 fall(int c_base, int c_count, int c_loop, int c_stride, int data) in fall() argument
702 for (loop = c_loop; loop--; ) in fall()