Lines Matching defs:tty

52 #define tty_use_acs(tty) \  argument
55 #define tty_pane_full_width(tty, ctx) \ argument
59 tty_init(struct tty *tty, struct client *c, int fd, char *term) in tty_init()
84 tty_resize(struct tty *tty) in tty_resize()
122 tty_set_size(struct tty *tty, u_int sx, u_int sy) { in tty_set_size()
131 tty_open(struct tty *tty, const char *overrides, char **cause) in tty_open()
166 struct tty *tty = data; in tty_read_callback() local
204 tty_start_tty(struct tty *tty) in tty_start_tty()
244 tty_set_class(struct tty *tty, u_int class) in tty_set_class()
252 tty_stop_tty(struct tty *tty) in tty_stop_tty()
303 tty_close(struct tty *tty) in tty_close()
330 tty_free(struct tty *tty) in tty_free()
342 tty_raw(struct tty *tty, const char *s) in tty_raw()
362 tty_putcode(struct tty *tty, enum tty_code_code code) in tty_putcode()
368 tty_putcode1(struct tty *tty, enum tty_code_code code, int a) in tty_putcode1()
376 tty_putcode2(struct tty *tty, enum tty_code_code code, int a, int b) in tty_putcode2()
384 tty_putcode_ptr1(struct tty *tty, enum tty_code_code code, const void *a) in tty_putcode_ptr1()
391 tty_putcode_ptr2(struct tty *tty, enum tty_code_code code, const void *a, const void *b) in tty_putcode_ptr2()
398 tty_puts(struct tty *tty, const char *s) in tty_puts()
409 tty_putc(struct tty *tty, u_char ch) in tty_putc()
441 tty_putn(struct tty *tty, const void *buf, size_t len, u_int width) in tty_putn()
450 tty_set_title(struct tty *tty, const char *title) in tty_set_title()
462 tty_force_cursor_colour(struct tty *tty, const char *ccolour) in tty_force_cursor_colour()
473 tty_update_mode(struct tty *tty, int mode, struct screen *s) in tty_update_mode()
551 struct tty *tty, enum tty_code_code code, enum tty_code_code code1, u_int n) in tty_emulate_repeat()
562 tty_repeat_space(struct tty *tty, u_int n) in tty_repeat_space()
574 tty_large_region(unused struct tty *tty, const struct tty_ctx *ctx) in tty_large_region()
587 tty_redraw_region(struct tty *tty, const struct tty_ctx *ctx) in tty_redraw_region()
612 tty_draw_line(struct tty *tty, struct screen *s, u_int py, u_int ox, u_int oy) in tty_draw_line()
672 void (*cmdfn)(struct tty *, const struct tty_ctx *), struct tty_ctx *ctx) in tty_write()
708 tty_cmd_insertcharacter(struct tty *tty, const struct tty_ctx *ctx) in tty_cmd_insertcharacter()
729 tty_cmd_deletecharacter(struct tty *tty, const struct tty_ctx *ctx) in tty_cmd_deletecharacter()
750 tty_cmd_clearcharacter(struct tty *tty, const struct tty_ctx *ctx) in tty_cmd_clearcharacter()
767 tty_cmd_insertline(struct tty *tty, const struct tty_ctx *ctx) in tty_cmd_insertline()
785 tty_cmd_deleteline(struct tty *tty, const struct tty_ctx *ctx) in tty_cmd_deleteline()
803 tty_cmd_clearline(struct tty *tty, const struct tty_ctx *ctx) in tty_cmd_clearline()
819 tty_cmd_clearendofline(struct tty *tty, const struct tty_ctx *ctx) in tty_cmd_clearendofline()
835 tty_cmd_clearstartofline(struct tty *tty, const struct tty_ctx *ctx) in tty_cmd_clearstartofline()
849 tty_cmd_reverseindex(struct tty *tty, const struct tty_ctx *ctx) in tty_cmd_reverseindex()
870 tty_cmd_linefeed(struct tty *tty, const struct tty_ctx *ctx) in tty_cmd_linefeed()
903 tty_cmd_clearendofscreen(struct tty *tty, const struct tty_ctx *ctx) in tty_cmd_clearendofscreen()
936 tty_cmd_clearstartofscreen(struct tty *tty, const struct tty_ctx *ctx) in tty_cmd_clearstartofscreen()
963 tty_cmd_clearscreen(struct tty *tty, const struct tty_ctx *ctx) in tty_cmd_clearscreen()
991 tty_cmd_alignmenttest(struct tty *tty, const struct tty_ctx *ctx) in tty_cmd_alignmenttest()
1009 tty_cmd_cell(struct tty *tty, const struct tty_ctx *ctx) in tty_cmd_cell()
1047 tty_cmd_utf8character(struct tty *tty, const struct tty_ctx *ctx) in tty_cmd_utf8character()
1059 tty_cmd_setselection(struct tty *tty, const struct tty_ctx *ctx) in tty_cmd_setselection()
1077 tty_cmd_rawstring(struct tty *tty, const struct tty_ctx *ctx) in tty_cmd_rawstring()
1093 tty_cell(struct tty *tty, const struct grid_cell *gc) in tty_cell()
1131 tty_reset(struct tty *tty) in tty_reset()
1147 struct tty *tty, const struct tty_ctx *ctx, u_int rupper, u_int rlower) in tty_region_pane()
1154 tty_region(struct tty *tty, u_int rupper, u_int rlower) in tty_region()
1179 tty_cursor_pane(struct tty *tty, const struct tty_ctx *ctx, u_int cx, u_int cy) in tty_cursor_pane()
1186 tty_cursor(struct tty *tty, u_int cx, u_int cy) in tty_cursor()
1312 tty_attributes(struct tty *tty, const struct grid_cell *gc) in tty_attributes()
1380 tty_colours(struct tty *tty, const struct grid_cell *gc) in tty_colours()
1449 tty_check_fg(struct tty *tty, struct grid_cell *gc) in tty_check_fg()
1478 tty_check_bg(struct tty *tty, struct grid_cell *gc) in tty_check_bg()
1509 tty_colours_fg(struct tty *tty, const struct grid_cell *gc) in tty_colours_fg()
1542 tty_colours_bg(struct tty *tty, const struct grid_cell *gc) in tty_colours_bg()
1580 tty_try_256(struct tty *tty, u_char colour, const char *type) in tty_try_256()
1610 tty_bell(struct tty *tty) in tty_bell()