Searched refs:grid_wrap_position (Results 1 – 4 of 4) sorted by relevance
/netbsd/external/bsd/tmux/dist/ |
H A D | screen.c | 558 grid_wrap_position(s->grid, *cx, *cy, &wx, &wy); in screen_reflow()
|
H A D | grid.c | 1389 grid_wrap_position(struct grid *gd, u_int px, u_int py, u_int *wx, u_int *wy) in grid_wrap_position() function
|
H A D | tmux.h | 2761 void grid_wrap_position(struct grid *, u_int, u_int, u_int *, u_int *);
|
H A D | window-copy.c | 379 grid_wrap_position(dst->grid, *cx, *cy, &wx, &wy); in window_copy_clone_screen() 849 grid_wrap_position(gd, cx, cy, &wx, &wy); in window_copy_resize()
|