HomeSort by: relevance | last modified time | path
    Searched refs:screen_write_fast_copy (Results 1 - 6 of 6) sorted by relevancy

  /src/external/bsd/tmux/dist/
format-draw.c 118 screen_write_fast_copy(octx, s, start, 0, width, 1);
149 screen_write_fast_copy(octx, list_left, 0, 0, list_left->cx, 1);
157 screen_write_fast_copy(octx, list_right, 0, 0, list_right->cx,
268 screen_write_fast_copy(&ctx, after, 0, 0, width_after, 1);
371 screen_write_fast_copy(&ctx, after, 0, 0, width_after, 1);
479 screen_write_fast_copy(&ctx, after, 0, 0, width_after, 1);
window-client.c 247 screen_write_fast_copy(ctx, &c->status.screen, 0, 0, sx, lines);
popup.c 228 screen_write_fast_copy(&ctx, &pd->s, 0, 0, pd->sx, pd->sy);
233 screen_write_fast_copy(&ctx, &pd->s, 0, 0, pd->sx - 2,
screen-write.c 566 screen_write_fast_copy(struct screen_write_ctx *ctx, struct screen *src, function
862 screen_write_fast_copy(ctx, src, px, src->grid->hsize + py, nx, ny);
status.c 589 screen_write_fast_copy(&ctx, &sl->screen, 0, 0, c->tty.sx, lines);
830 screen_write_fast_copy(&ctx, &sl->screen, 0, 0, c->tty.sx, lines);
tmux.h 3127 void screen_write_fast_copy(struct screen_write_ctx *, struct screen *,

Completed in 38 milliseconds