usr.bin/tmux/tty.c
1613
tty_region_pane(tty, ctx, ctx->orupper, ctx->orlower);
usr.bin/tmux/tty.c
1641
tty_region_pane(tty, ctx, ctx->orupper, ctx->orlower);
usr.bin/tmux/tty.c
1702
tty_region_pane(tty, ctx, ctx->orupper, ctx->orlower);
usr.bin/tmux/tty.c
1734
tty_region_pane(tty, ctx, ctx->orupper, ctx->orlower);
usr.bin/tmux/tty.c
1775
tty_region_pane(tty, ctx, ctx->orupper, ctx->orlower);
usr.bin/tmux/tty.c
1816
tty_region_pane(tty, ctx, ctx->orupper, ctx->orlower);
usr.bin/tmux/tty.c
1836
tty_region_pane(tty, ctx, 0, ctx->sy - 1);
usr.bin/tmux/tty.c
1861
tty_region_pane(tty, ctx, 0, ctx->sy - 1);
usr.bin/tmux/tty.c
1886
tty_region_pane(tty, ctx, 0, ctx->sy - 1);
usr.bin/tmux/tty.c
1910
tty_region_pane(tty, ctx, 0, ctx->sy - 1);
usr.bin/tmux/tty.c
1955
tty_region_pane(tty, ctx, ctx->orupper, ctx->orlower);
usr.bin/tmux/tty.c
58
static void tty_region_pane(struct tty *, const struct tty_ctx *, u_int,