Searched refs:tty_draw_line (Results 1 - 5 of 5) sorted by relevance

/netbsd-current/external/bsd/tmux/dist/
H A Dscreen-redraw.c492 tty_draw_line(tty, s, i, 0, width, x, yoff - ctx->oy,
800 tty_draw_line(tty, s, 0, i, UINT_MAX, 0, y + i,
857 tty_draw_line(tty, s, i, j, width, x, y, &defaults, palette);
H A Dmenu.c219 tty_draw_line(tty, s, 0, i, menu->width + 4, px, py + i,
H A Dtty.c1342 tty_draw_line(tty, s, 0, py, nx, ctx->xoff, ctx->yoff + py,
1347 tty_draw_line(tty, s, i, py, rx, x, ry, &ctx->defaults,
1424 tty_draw_line(struct tty *tty, struct screen *s, u_int px, u_int py, u_int nx, function
2148 tty_draw_line(tty, s, s->cx, s->cy, gcp->data.width,
H A Dpopup.c252 tty_draw_line(tty, &s, 0, i, pd->sx, px, py + i, &defaults,
H A Dtmux.h2365 void tty_draw_line(struct tty *, struct screen *, u_int, u_int, u_int,

Completed in 142 milliseconds