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

/netbsd-current/external/bsd/tmux/dist/
H A Dcmd-display-menu.c217 tty_window_offset(&tc->tty, &ox, &oy, &sx, &sy);
H A Dscreen-redraw.c558 tty_window_offset(&c->tty, &ctx->ox, &ctx->oy, &ctx->sx, &ctx->sy);
H A Dformat.c2373 if (tty_window_offset(&ft->c->tty, &ox, &oy, &sx, &sy))
2516 if (tty_window_offset(&ft->c->tty, &ox, &oy, &sx, &sy))
2530 if (tty_window_offset(&ft->c->tty, &ox, &oy, &sx, &sy))
H A Dtty.c902 tty_window_offset(struct tty *tty, u_int *ox, u_int *oy, u_int *sx, u_int *sy) function
1621 ttyctx->bigger = tty_window_offset(&c->tty, &ttyctx->wox, &ttyctx->woy,
H A Dserver-client.c740 tty_window_offset(&c->tty, &m->ox, &m->oy, &sx, &sy);
2393 tty_window_offset(tty, &ox, &oy, &sx, &sy);
H A Dscreen-write.c158 ttyctx->bigger = tty_window_offset(&c->tty, &ttyctx->wox, &ttyctx->woy,
H A Dtmux.h2330 int tty_window_offset(struct tty *, u_int *, u_int *, u_int *, u_int *);

Completed in 137 milliseconds