Symbol: wait_channel
usr.bin/tmux/cmd-wait-for.c
100
struct wait_channel *);
usr.bin/tmux/cmd-wait-for.c
102
struct args *, struct wait_channel *);
usr.bin/tmux/cmd-wait-for.c
104
static struct wait_channel *cmd_wait_for_add(const char *);
usr.bin/tmux/cmd-wait-for.c
105
static void cmd_wait_for_remove(struct wait_channel *);
usr.bin/tmux/cmd-wait-for.c
107
struct wait_channel *);
usr.bin/tmux/cmd-wait-for.c
113
static struct wait_channel *
usr.bin/tmux/cmd-wait-for.c
116
struct wait_channel *wc;
usr.bin/tmux/cmd-wait-for.c
135
cmd_wait_for_remove(struct wait_channel *wc)
usr.bin/tmux/cmd-wait-for.c
151
cmd_wait_for_remove_empty(struct wait_channel *wc)
usr.bin/tmux/cmd-wait-for.c
187
struct wait_channel *wc, find = { .name = name };
usr.bin/tmux/cmd-wait-for.c
332
cmd_wait_for_list(struct cmdq_item *item, struct wait_channel *wc)
usr.bin/tmux/cmd-wait-for.c
349
struct args *args, struct wait_channel *wc)
usr.bin/tmux/cmd-wait-for.c
381
struct wait_channel *wc)
usr.bin/tmux/cmd-wait-for.c
408
struct wait_channel *wc)
usr.bin/tmux/cmd-wait-for.c
437
struct wait_channel *wc)
usr.bin/tmux/cmd-wait-for.c
462
struct wait_channel *wc)
usr.bin/tmux/cmd-wait-for.c
486
struct wait_channel *wc, *wc1;
usr.bin/tmux/cmd-wait-for.c
68
RB_ENTRY(wait_channel) entry;
usr.bin/tmux/cmd-wait-for.c
70
RB_HEAD(wait_channels, wait_channel);
usr.bin/tmux/cmd-wait-for.c
73
static int wait_channel_cmp(struct wait_channel *, struct wait_channel *);
usr.bin/tmux/cmd-wait-for.c
74
RB_GENERATE_STATIC(wait_channels, wait_channel, entry, wait_channel_cmp);
usr.bin/tmux/cmd-wait-for.c
77
wait_channel_cmp(struct wait_channel *wc1, struct wait_channel *wc2)
usr.bin/tmux/cmd-wait-for.c
83
struct wait_channel *);
usr.bin/tmux/cmd-wait-for.c
85
struct wait_channel *);
usr.bin/tmux/cmd-wait-for.c
87
struct wait_channel *);
usr.bin/tmux/cmd-wait-for.c
89
struct wait_channel *);