Lines Matching defs:rx
1090 u_int nx, u_int *i, u_int *x, u_int *rx, u_int *ry)
1102 *rx = nx;
1107 *rx = ctx->wsx;
1112 *rx = nx - *i;
1117 *rx = ctx->wsx - *x;
1119 if (*rx > nx)
1120 fatalx("%s: x too big, %u > %u", __func__, *rx, nx);
1183 u_int i, x, rx, ry;
1187 if (tty_clamp_line(tty, ctx, px, py, nx, &i, &x, &rx, &ry))
1188 tty_clear_line(tty, &ctx->defaults, ry, x, rx, bg);
1194 u_int nx, u_int ny, u_int *i, u_int *j, u_int *x, u_int *y, u_int *rx,
1206 *rx = nx;
1211 *rx = ctx->wsx;
1216 *rx = nx - *i;
1221 *rx = ctx->wsx - *x;
1223 if (*rx > nx)
1224 fatalx("%s: x too big, %u > %u", __func__, *rx, nx);
1330 u_int i, j, x, y, rx, ry;
1332 if (tty_clamp_area(tty, ctx, px, py, nx, ny, &i, &j, &x, &y, &rx, &ry))
1333 tty_clear_area(tty, &ctx->defaults, y, ry, x, rx, bg);
1340 u_int nx = ctx->sx, i, x, rx, ry;
1349 if (tty_clamp_line(tty, ctx, 0, py, nx, &i, &x, &rx, &ry)) {
1350 tty_draw_line(tty, s, i, py, rx, x, ry, &ctx->defaults,