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

  /src/external/bsd/tmux/dist/
format-draw.c 109 format_draw_put(struct screen_write_ctx *octx, u_int ocx, u_int ocy,
117 screen_write_cursormove(octx, ocx + offset, ocy, 0);
125 u_int ocx, u_int ocy, u_int offset, u_int width, struct screen *list,
133 format_draw_put(octx, ocx, ocy, list, frs, offset, 0, width);
148 screen_write_cursormove(octx, ocx + offset, ocy, 0);
155 screen_write_cursormove(octx, ocx + offset + width -
163 format_draw_put(octx, ocx, ocy, list, frs, offset, start, width);
168 format_draw_none(struct screen_write_ctx *octx, u_int available, u_int ocx,
193 format_draw_put(octx, ocx, ocy, left, frs, 0, 0, width_left);
196 format_draw_put(octx, ocx, ocy, right, frs
713 u_int ocx = os->cx, ocy = os->cy, n, i, width[TOTAL]; local
    [all...]
tty.c 1684 ttyctx.ocx = im->px;
1807 tty_cursor_pane(tty, ctx, ctx->ocx, ctx->ocy);
1830 tty_cursor_pane(tty, ctx, ctx->ocx, ctx->ocy);
1841 tty_clear_pane_line(tty, ctx, ctx->ocy, ctx->ocx, ctx->num, ctx->bg);
1866 tty_cursor_pane(tty, ctx, ctx->ocx, ctx->ocy);
1894 tty_cursor_pane(tty, ctx, ctx->ocx, ctx->ocy);
1912 u_int nx = ctx->sx - ctx->ocx;
1917 tty_clear_pane_line(tty, ctx, ctx->ocy, ctx->ocx, nx, ctx->bg);
1926 tty_clear_pane_line(tty, ctx, ctx->ocy, 0, ctx->ocx + 1, ctx->bg);
1955 tty_cursor_pane(tty, ctx, ctx->ocx, ctx->orupper)
    [all...]
window-copy.c 1173 u_int np = wme->prefix, ocx, ocy, ooy; local
1191 ocx = data->cx;
1216 data->cx = ocx;
1260 u_int np = wme->prefix, ocx, ocy, ooy; local
1277 ocx = data->cx;
1304 data->cx = ocx;
screen-write.c 183 ttyctx->ocx = s->cx;
596 ttyctx.ocx++;
tmux.h 1654 u_int ocx; member in struct:tty_ctx

Completed in 50 milliseconds