Symbol: control_write
usr.bin/tmux/cfg.c
230
control_write(c, "%%config-error %s", cfg_causes[i]);
usr.bin/tmux/cfg.c
254
control_write(c, "%%config-error %s", cfg_causes[i]);
usr.bin/tmux/cmd-capture-pane.c
242
control_write(c, "%.*s", (int)len, buf);
usr.bin/tmux/cmd-queue.c
833
control_write(c, "%%%s %ld %u %d", guard, t, number, flags);
usr.bin/tmux/cmd-queue.c
890
control_write(c, "%s", msg);
usr.bin/tmux/control-notify.c
100
control_write(c, "%%window-close @%u", w->id);
usr.bin/tmux/control-notify.c
102
control_write(c, "%%unlinked-window-close @%u", w->id);
usr.bin/tmux/control-notify.c
118
control_write(c, "%%window-add @%u", w->id);
usr.bin/tmux/control-notify.c
120
control_write(c, "%%unlinked-window-add @%u", w->id);
usr.bin/tmux/control-notify.c
136
control_write(c, "%%window-renamed @%u %s", w->id,
usr.bin/tmux/control-notify.c
139
control_write(c, "%%unlinked-window-renamed @%u %s",
usr.bin/tmux/control-notify.c
160
control_write(c, "%%session-changed $%u %s", s->id,
usr.bin/tmux/control-notify.c
163
control_write(c, "%%client-session-changed %s $%u %s",
usr.bin/tmux/control-notify.c
176
control_write(c, "%%client-detached %s", cc->name);
usr.bin/tmux/control-notify.c
189
control_write(c, "%%session-renamed $%u %s", s->id, s->name);
usr.bin/tmux/control-notify.c
202
control_write(c, "%%sessions-changed");
usr.bin/tmux/control-notify.c
215
control_write(c, "%%sessions-changed");
usr.bin/tmux/control-notify.c
228
control_write(c, "%%session-window-changed $%u @%u", s->id,
usr.bin/tmux/control-notify.c
242
control_write(c, "%%paste-buffer-changed %s", name);
usr.bin/tmux/control-notify.c
255
control_write(c, "%%paste-buffer-deleted %s", name);
usr.bin/tmux/control-notify.c
38
control_write(c, "%%pane-mode-changed %%%u", pane);
usr.bin/tmux/control-notify.c
69
control_write(c, "%s", cp);
usr.bin/tmux/control-notify.c
83
control_write(c, "%%window-pane-changed @%u %%%u", w->id,
usr.bin/tmux/control.c
1024
control_write(c,
usr.bin/tmux/control.c
370
control_write(c, "%%continue %%%u", wp->id);
usr.bin/tmux/control.c
384
control_write(c, "%%pause %%%u", wp->id);
usr.bin/tmux/control.c
456
control_write(c, "%%pause %%%u", wp->id);
usr.bin/tmux/control.c
529
control_write(c, "parse error: %s", error);
usr.bin/tmux/control.c
862
control_write(c,
usr.bin/tmux/control.c
909
control_write(c,
usr.bin/tmux/control.c
944
control_write(c,
usr.bin/tmux/control.c
989
control_write(c,
usr.bin/tmux/server-client.c
2737
control_write(c, "%s", sanitized);
usr.bin/tmux/server-client.c
2743
control_write(c, "%s", msg);
usr.bin/tmux/tmux.h
3549
void printflike(2, 3) control_write(struct client *, const char *, ...);