Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/tmux/dist/
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.c115 struct client *c_loop, *c; in cmd_find_best_client() local
121 TAILQ_FOREACH(c_loop, &clients, entry) { in cmd_find_best_client()
122 if (c_loop->session == NULL) in cmd_find_best_client()
124 if (s != NULL && c_loop->session != s) in cmd_find_best_client()
126 if (cmd_find_client_better(c_loop, c)) in cmd_find_best_client()
127 c = c_loop; in cmd_find_best_client()
/netbsd-src/usr.bin/xlint/lint1/
H A Dfunc.c728 cstmt->c_loop = true; in stmt_while_expr()
756 cstmt->c_loop = true; in stmt_do()
799 cstmt->c_loop = true; in stmt_for_exprs()
872 while (cs != NULL && !cs->c_loop && !cs->c_switch) in stmt_break()
892 for (cs = cstmt; cs != NULL && !cs->c_loop; cs = cs->c_surrounding) in stmt_continue()
H A Dlint1.h427 bool c_loop:1; /* 'continue' and 'break' are valid */
417 bool c_loop:1; /* 'continue' and 'break' are valid */ global() member
/netbsd-src/sys/arch/hppa/stand/common/
H A Dpdc.c404 fall(int c_base, int c_count, int c_loop, int c_stride, int data) in fall() argument
409 for (loop = c_loop; loop--; ) in fall()
/netbsd-src/sys/arch/hppa/hppa/
H A Dmachdep.c990 fall(int c_base, int c_count, int c_loop, int c_stride, int data) in fall() argument
995 for (loop = c_loop; loop--; ) in fall()