Symbol: screen_write_start
usr.bin/tmux/format-draw.c
268
screen_write_start(&ctx, left);
usr.bin/tmux/format-draw.c
371
screen_write_start(&ctx, centre);
usr.bin/tmux/format-draw.c
479
screen_write_start(&ctx, right);
usr.bin/tmux/format-draw.c
748
screen_write_start(&ctx[i], &s[i]);
usr.bin/tmux/input.c
1067
screen_write_start(sctx, &wp->base);
usr.bin/tmux/input.c
940
screen_write_start(sctx, &wp->base);
usr.bin/tmux/menu.c
237
screen_write_start(&ctx, s);
usr.bin/tmux/mode-tree.c
851
screen_write_start(&ctx, s);
usr.bin/tmux/popup.c
232
screen_write_start(&ctx, &s);
usr.bin/tmux/screen-redraw.c
1667
screen_write_start(&ctx, &screen);
usr.bin/tmux/status.c
266
screen_write_start(&ctx, &sl->screen);
usr.bin/tmux/status.c
510
screen_write_start(&ctx, sl->active);
usr.bin/tmux/status.c
680
screen_write_start(&ctx, sl->active);
usr.bin/tmux/tmux.h
3519
void screen_write_start(struct screen_write_ctx *, struct screen *);
usr.bin/tmux/window-border.c
208
screen_write_start(&ctx, &wp->status_screen);
usr.bin/tmux/window-border.c
51
screen_write_start(&ctx, &s);
usr.bin/tmux/window-buffer.c
525
screen_write_start(&ctx, s);
usr.bin/tmux/window-clock.c
246
screen_write_start(&ctx, s);
usr.bin/tmux/window-copy.c
1199
screen_write_start(&ctx, s);
usr.bin/tmux/window-copy.c
4607
screen_write_start(&ctx, &ss);
usr.bin/tmux/window-copy.c
4798
screen_write_start(&ctx, &ss);
usr.bin/tmux/window-copy.c
5444
screen_write_start(&ctx, &data->screen);
usr.bin/tmux/window-copy.c
5456
screen_write_start(&ctx, &data->screen);
usr.bin/tmux/window-copy.c
638
screen_write_start(&ctx, &data->screen);
usr.bin/tmux/window-copy.c
6837
screen_write_start(&ctx, &data->screen);
usr.bin/tmux/window-copy.c
6857
screen_write_start(&ctx, &data->screen);
usr.bin/tmux/window-copy.c
6908
screen_write_start(&ctx, &data->screen);
usr.bin/tmux/window-copy.c
6925
screen_write_start(&ctx, &data->screen);
usr.bin/tmux/window-copy.c
724
screen_write_start(&backing_ctx, backing);
usr.bin/tmux/window-customize.c
427
screen_write_start(&ctx, s);
usr.bin/tmux/window-panes.c
118
screen_write_start(&ctx, dst);
usr.bin/tmux/window-panes.c
854
screen_write_start(&ctx, &data->screen);
usr.bin/tmux/window-switch.c
282
screen_write_start(&ctx, s);