Searched refs:ocx (Results 1 – 5 of 5) sorted by relevance
/openbsd/usr.bin/tmux/ |
H A D | format-draw.c | 196 format_draw_put(octx, ocx, ocy, right, frs, in format_draw_none() 207 format_draw_put(octx, ocx, ocy, centre, frs, in format_draw_none() 280 format_draw_put(octx, ocx, ocy, right, frs, in format_draw_left() 286 format_draw_put(octx, ocx, ocy, after, frs, in format_draw_left() 297 format_draw_put(octx, ocx, ocy, centre, frs, in format_draw_left() 383 format_draw_put(octx, ocx, ocy, right, frs, in format_draw_centre() 398 format_draw_put(octx, ocx, ocy, centre, frs, in format_draw_centre() 407 format_draw_put(octx, ocx, ocy, after, frs, in format_draw_centre() 491 format_draw_put(octx, ocx, ocy, after, frs, in format_draw_right() 500 format_draw_put(octx, ocx, ocy, right, frs, in format_draw_right() [all …]
|
H A D | tty.c | 1704 tty_cursor_pane(tty, ctx, ctx->ocx, ctx->ocy); in tty_cmd_insertcharacter() 1727 tty_cursor_pane(tty, ctx, ctx->ocx, ctx->ocy); in tty_cmd_deletecharacter() 1809 u_int nx = ctx->sx - ctx->ocx; in tty_cmd_clearendofline() 1892 if (ctx->xoff + ctx->ocx > tty->rright) { in tty_cmd_linefeed() 1994 px = ctx->ocx; in tty_cmd_clearendofscreen() 1995 nx = ctx->sx - ctx->ocx; in tty_cmd_clearendofscreen() 2020 nx = ctx->ocx + 1; in tty_cmd_clearstartofscreen() 2076 px = ctx->xoff + ctx->ocx - ctx->wox; in tty_cmd_cell() 2120 (ctx->xoff + ctx->ocx < ctx->wox || in tty_cmd_cells() 2125 ctx->xoff + ctx->ocx != 0 || in tty_cmd_cells() [all …]
|
H A D | window-copy.c | 1167 u_int np = wme->prefix, ocx, ocy, ooy; in window_copy_do_copy_end_of_line() local 1185 ocx = data->cx; in window_copy_do_copy_end_of_line() 1210 data->cx = ocx; in window_copy_do_copy_end_of_line() 1254 u_int np = wme->prefix, ocx, ocy, ooy; in window_copy_do_copy_line() local 1271 ocx = data->cx; in window_copy_do_copy_line() 1298 data->cx = ocx; in window_copy_do_copy_line()
|
H A D | screen-write.c | 183 ttyctx->ocx = s->cx; in screen_write_initctx() 596 ttyctx.ocx++; in screen_write_fast_copy()
|
H A D | tmux.h | 1579 u_int ocx; member
|