HomeSort by: relevance | last modified time | path
    Searched defs:ocy (Results 1 - 3 of 3) 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);
156 list_right->cx, ocy, 0);
163 format_draw_put(octx, ocx, ocy, list, frs, offset, start, width);
169 u_int ocy, struct screen *left, struct screen *centre, struct screen *right,
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
1192 ocy = data->cy;
1217 data->cy = ocy;
1260 u_int np = wme->prefix, ocx, ocy, ooy; local
1278 ocy = data->cy;
1305 data->cy = ocy;
tmux.h 1653 u_int ocy; member in struct:tty_ctx

Completed in 35 milliseconds