Home
last modified time | relevance | path

Searched refs:wsx (Results 1 – 5 of 5) sorted by relevance

/netbsd/src/external/bsd/tmux/dist/
Dtty.c1079 if (xoff + nx <= ctx->wox || xoff >= ctx->wox + ctx->wsx || in tty_is_visible()
1096 if (xoff >= ctx->wox && xoff + nx <= ctx->wox + ctx->wsx) { in tty_clamp_line()
1101 } else if (xoff < ctx->wox && xoff + nx > ctx->wox + ctx->wsx) { in tty_clamp_line()
1105 *rx = ctx->wsx; in tty_clamp_line()
1115 *rx = ctx->wsx - *x; in tty_clamp_line()
1200 if (xoff >= ctx->wox && xoff + nx <= ctx->wox + ctx->wsx) { in tty_clamp_area()
1205 } else if (xoff < ctx->wox && xoff + nx > ctx->wox + ctx->wsx) { in tty_clamp_area()
1209 *rx = ctx->wsx; in tty_clamp_area()
1219 *rx = ctx->wsx - *x; in tty_clamp_area()
1623 &ttyctx->wsx, &ttyctx->wsy); in tty_set_client_cb()
[all …]
Dpopup.c122 ttyctx->wsx = c->tty.sx; in popup_set_client_cb()
Dscreen-write.c159 &ttyctx->wsx, &ttyctx->wsy); in screen_write_set_client_cb()
Dtmux.h1584 u_int wsx; member
/netbsd/src/external/bsd/tcpdump/dist/
DCREDITS154 Jan Oravec <wsx at wsx6 dot net>