HomeSort by: relevance | last modified time | path
    Searched refs:tty_ctx (Results 1 - 5 of 5) sorted by relevancy

  /src/external/bsd/tmux/dist/
tty.c 43 static void tty_cursor_pane(struct tty *, const struct tty_ctx *, u_int,
46 const struct tty_ctx *, u_int, u_int);
58 static void tty_region_pane(struct tty *, const struct tty_ctx *, u_int,
61 static void tty_margin_pane(struct tty *, const struct tty_ctx *);
63 static int tty_large_region(struct tty *, const struct tty_ctx *);
66 static void tty_redraw_region(struct tty *, const struct tty_ctx *);
70 static void tty_draw_pane(struct tty *, const struct tty_ctx *, u_int);
78 static void tty_write_one(void (*)(struct tty *, const struct tty_ctx *),
79 struct client *, struct tty_ctx *);
1065 tty_large_region(__unused struct tty *tty, const struct tty_ctx *ctx
    [all...]
screen-write.c 120 screen_write_redraw_cb(const struct tty_ctx *ttyctx)
130 screen_write_set_client_cb(struct tty_ctx *ttyctx, struct client *c)
172 screen_write_initctx(struct screen_write_ctx *ctx, struct tty_ctx *ttyctx,
571 struct tty_ctx ttyctx;
1020 struct tty_ctx ttyctx;
1053 struct tty_ctx ttyctx;
1086 struct tty_ctx ttyctx;
1119 struct tty_ctx ttyctx;
1153 struct tty_ctx ttyctx;
1209 struct tty_ctx ttyctx
    [all...]
tmux.h 75 struct tty_ctx;
998 struct tty_ctx *);
1624 typedef void (*tty_ctx_redraw_cb)(const struct tty_ctx *);
1625 typedef int (*tty_ctx_set_client_cb)(struct tty_ctx *, struct client *);
1626 struct tty_ctx { struct
2551 void tty_write(void (*)(struct tty *, const struct tty_ctx *),
2552 struct tty_ctx *);
2553 void tty_cmd_alignmenttest(struct tty *, const struct tty_ctx *);
2554 void tty_cmd_cell(struct tty *, const struct tty_ctx *);
2555 void tty_cmd_cells(struct tty *, const struct tty_ctx *);
    [all...]
popup.c 102 popup_redraw_cb(const struct tty_ctx *ttyctx)
110 popup_set_client_cb(struct tty_ctx *ttyctx, struct client *c)
137 popup_init_ctx_cb(struct screen_write_ctx *ctx, struct tty_ctx *ttyctx)
window-copy.c 534 struct tty_ctx *ttyctx)

Completed in 37 milliseconds