| /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...] |
| 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;
|
| tmux.h | 1652 u_int ocx; member in struct:tty_ctx
|