usr.bin/tmux/tty.c
1664
tty_region_pane(tty, ctx, ctx->orupper, ctx->orlower);
usr.bin/tmux/tty.c
1691
tty_region_pane(tty, ctx, ctx->orupper, ctx->orlower);
usr.bin/tmux/tty.c
1748
tty_region_pane(tty, ctx, ctx->orupper, ctx->orlower);
usr.bin/tmux/tty.c
1779
tty_region_pane(tty, ctx, ctx->orupper, ctx->orlower);
usr.bin/tmux/tty.c
1819
tty_region_pane(tty, ctx, ctx->orupper, ctx->orlower);
usr.bin/tmux/tty.c
1859
tty_region_pane(tty, ctx, ctx->orupper, ctx->orlower);
usr.bin/tmux/tty.c
1878
tty_region_pane(tty, ctx, 0, ctx->sy - 1);
usr.bin/tmux/tty.c
1902
tty_region_pane(tty, ctx, 0, ctx->sy - 1);
usr.bin/tmux/tty.c
1926
tty_region_pane(tty, ctx, 0, ctx->sy - 1);
usr.bin/tmux/tty.c
1951
tty_region_pane(tty, ctx, 0, ctx->sy - 1);
usr.bin/tmux/tty.c
1990
tty_region_pane(tty, ctx, ctx->orupper, ctx->orlower);
usr.bin/tmux/tty.c
59
static void tty_region_pane(struct tty *, const struct tty_ctx *, u_int,