Symbol: control_pane
usr.bin/tmux/control.c
107
TAILQ_HEAD(, control_pane) pending_list;
usr.bin/tmux/control.c
142
control_pane_cmp(struct control_pane *cp1, struct control_pane *cp2)
usr.bin/tmux/control.c
150
RB_GENERATE_STATIC(control_panes, control_pane, entry, control_pane_cmp);
usr.bin/tmux/control.c
174
static struct control_pane *
usr.bin/tmux/control.c
178
struct control_pane cp = { .pane = wp->id };
usr.bin/tmux/control.c
184
static struct control_pane *
usr.bin/tmux/control.c
188
struct control_pane *cp;
usr.bin/tmux/control.c
267
control_discard_pane(struct client *c, struct control_pane *cp)
usr.bin/tmux/control.c
298
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
366
struct control_pane *cp;
usr.bin/tmux/control.c
381
struct control_pane *cp;
usr.bin/tmux/control.c
506
struct control_pane *cp)
usr.bin/tmux/control.c
543
struct control_pane *cp;
usr.bin/tmux/control.c
728
control_append_data(struct client *c, struct control_pane *cp, uint64_t age,
usr.bin/tmux/control.c
782
control_write_pending(struct client *c, struct control_pane *cp, size_t limit)
usr.bin/tmux/control.c
84
TAILQ_ENTRY(control_pane) pending_entry;
usr.bin/tmux/control.c
851
struct control_pane *cp, *cp1;
usr.bin/tmux/control.c
88
RB_ENTRY(control_pane) entry;
usr.bin/tmux/control.c
90
RB_HEAD(control_panes, control_pane);
usr.bin/tmux/control.c
964
struct control_pane *cp;