Symbol: control_pane
usr.bin/tmux/control.c
119
TAILQ_HEAD(, control_pane) pending_list;
usr.bin/tmux/control.c
148
control_pane_cmp(struct control_pane *cp1, struct control_pane *cp2)
usr.bin/tmux/control.c
156
RB_GENERATE_STATIC(control_panes, control_pane, entry, control_pane_cmp);
usr.bin/tmux/control.c
235
static struct control_pane *
usr.bin/tmux/control.c
239
struct control_pane cp = { .pane = wp->id };
usr.bin/tmux/control.c
245
static struct control_pane *
usr.bin/tmux/control.c
249
struct control_pane *cp;
usr.bin/tmux/control.c
268
control_discard_pane(struct client *c, struct control_pane *cp)
usr.bin/tmux/control.c
299
struct control_pane *cp, *cp1;
usr.bin/tmux/control.c
315
struct control_pane *cp;
usr.bin/tmux/control.c
339
struct control_pane *cp;
usr.bin/tmux/control.c
353
struct control_pane *cp;
usr.bin/tmux/control.c
363
struct control_pane *cp;
usr.bin/tmux/control.c
378
struct control_pane *cp;
usr.bin/tmux/control.c
435
struct control_pane *cp)
usr.bin/tmux/control.c
472
struct control_pane *cp;
usr.bin/tmux/control.c
610
control_append_data(struct client *c, struct control_pane *cp, uint64_t age,
usr.bin/tmux/control.c
664
control_write_pending(struct client *c, struct control_pane *cp, size_t limit)
usr.bin/tmux/control.c
71
TAILQ_ENTRY(control_pane) pending_entry;
usr.bin/tmux/control.c
733
struct control_pane *cp, *cp1;
usr.bin/tmux/control.c
75
RB_ENTRY(control_pane) entry;
usr.bin/tmux/control.c
77
RB_HEAD(control_panes, control_pane);
usr.bin/tmux/control.c
817
struct control_pane *cp;