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

  /src/external/bsd/tmux/dist/
tty.c 1119 if (xoff + nx <= ctx->wox || xoff >= ctx->wox + ctx->wsx ||
1136 if (xoff >= ctx->wox && xoff + nx <= ctx->wox + ctx->wsx) {
1141 } else if (xoff < ctx->wox && xoff + nx > ctx->wox + ctx->wsx) {
1145 *rx = ctx->wsx;
1155 *rx = ctx->wsx - *x;
1240 if (xoff >= ctx->wox && xoff + nx <= ctx->wox + ctx->wsx) {
1245 } else if (xoff < ctx->wox && xoff + nx > ctx->wox + ctx->wsx) {
1249 *rx = ctx->wsx;
1259 *rx = ctx->wsx - *x;
1665 &ttyctx->wsx, &ttyctx->wsy)
    [all...]
popup.c 122 ttyctx->wsx = c->tty.sx;
screen-write.c 159 &ttyctx->wsx, &ttyctx->wsy);
tmux.h 1679 u_int wsx; member in struct:tty_ctx

Completed in 20 milliseconds