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

/netbsd-current/external/bsd/tmux/dist/
H A Dtty.c58 static void tty_region(struct tty *, u_int, u_int);
1295 tty_region(tty, py, py + ny - 1);
1310 tty_region(tty, py, py + ny - 1);
2400 tty_region(tty, 0, tty->sy - 1);
2408 tty_region(tty, ctx->yoff + rupper - ctx->woy,
2414 tty_region(struct tty *tty, u_int rupper, u_int rlower) function

Completed in 183 milliseconds