Symbol: tty
sys/sys/tty.h
102
struct tty {
usr.bin/mail/tty.c
47
struct tty {
usr.bin/tmux/tmux.h
1593
struct tty {
usr.bin/tmux/tmux.h
1993
struct tty tty;
usr.bin/tmux/tmux.h
2584
int tty_window_bigger(struct tty *);
usr.bin/tmux/tmux.h
2585
int tty_window_offset(struct tty *, u_int *, u_int *, u_int *, u_int *);
usr.bin/tmux/tmux.h
2588
void tty_raw(struct tty *, const char *);
usr.bin/tmux/tmux.h
2589
void tty_attributes(struct tty *, const struct grid_cell *,
usr.bin/tmux/tmux.h
2592
void tty_reset(struct tty *);
usr.bin/tmux/tmux.h
2593
void tty_region_off(struct tty *);
usr.bin/tmux/tmux.h
2594
void tty_margin_off(struct tty *);
usr.bin/tmux/tmux.h
2595
void tty_cursor(struct tty *, u_int, u_int);
usr.bin/tmux/tmux.h
2596
int tty_fake_bce(const struct tty *, const struct grid_cell *, u_int);
usr.bin/tmux/tmux.h
2597
void tty_repeat_space(struct tty *, u_int);
usr.bin/tmux/tmux.h
2598
void tty_clipboard_query(struct tty *);
usr.bin/tmux/tmux.h
2599
void tty_putcode(struct tty *, enum tty_code_code);
usr.bin/tmux/tmux.h
2600
void tty_putcode_i(struct tty *, enum tty_code_code, int);
usr.bin/tmux/tmux.h
2601
void tty_putcode_ii(struct tty *, enum tty_code_code, int, int);
usr.bin/tmux/tmux.h
2602
void tty_putcode_iii(struct tty *, enum tty_code_code, int, int, int);
usr.bin/tmux/tmux.h
2603
void tty_putcode_s(struct tty *, enum tty_code_code, const char *);
usr.bin/tmux/tmux.h
2604
void tty_putcode_ss(struct tty *, enum tty_code_code, const char *,
usr.bin/tmux/tmux.h
2606
void tty_puts(struct tty *, const char *);
usr.bin/tmux/tmux.h
2607
void tty_putc(struct tty *, u_char);
usr.bin/tmux/tmux.h
2608
void tty_putn(struct tty *, const void *, size_t, u_int);
usr.bin/tmux/tmux.h
2609
void tty_cell(struct tty *, const struct grid_cell *,
usr.bin/tmux/tmux.h
2612
int tty_init(struct tty *, struct client *);
usr.bin/tmux/tmux.h
2613
void tty_resize(struct tty *);
usr.bin/tmux/tmux.h
2614
void tty_set_size(struct tty *, u_int, u_int, u_int, u_int);
usr.bin/tmux/tmux.h
2615
void tty_invalidate(struct tty *);
usr.bin/tmux/tmux.h
2616
void tty_start_tty(struct tty *);
usr.bin/tmux/tmux.h
2617
void tty_send_requests(struct tty *);
usr.bin/tmux/tmux.h
2618
void tty_repeat_requests(struct tty *, int);
usr.bin/tmux/tmux.h
2619
void tty_stop_tty(struct tty *);
usr.bin/tmux/tmux.h
2620
void tty_set_title(struct tty *, const char *);
usr.bin/tmux/tmux.h
2621
void tty_set_path(struct tty *, const char *);
usr.bin/tmux/tmux.h
2622
void tty_default_attributes(struct tty *, const struct grid_cell *,
usr.bin/tmux/tmux.h
2624
void tty_update_mode(struct tty *, int, struct screen *);
usr.bin/tmux/tmux.h
2625
const struct grid_cell *tty_check_codeset(struct tty *,
usr.bin/tmux/tmux.h
2627
struct visible_ranges *tty_check_overlay_range(struct tty *, u_int, u_int,
usr.bin/tmux/tmux.h
2631
void tty_draw_line(struct tty *, struct screen *, u_int, u_int, u_int,
usr.bin/tmux/tmux.h
2633
void tty_sync_start(struct tty *);
usr.bin/tmux/tmux.h
2634
void tty_sync_end(struct tty *);
usr.bin/tmux/tmux.h
2635
int tty_open(struct tty *, char **);
usr.bin/tmux/tmux.h
2636
void tty_close(struct tty *);
usr.bin/tmux/tmux.h
2637
void tty_free(struct tty *);
usr.bin/tmux/tmux.h
2638
void tty_update_features(struct tty *);
usr.bin/tmux/tmux.h
2639
void tty_set_selection(struct tty *, const char *, const char *, size_t);
usr.bin/tmux/tmux.h
2642
void tty_cmd_alignmenttest(struct tty *, const struct tty_ctx *);
usr.bin/tmux/tmux.h
2643
void tty_cmd_cell(struct tty *, const struct tty_ctx *);
usr.bin/tmux/tmux.h
2644
void tty_cmd_cells(struct tty *, const struct tty_ctx *);
usr.bin/tmux/tmux.h
2645
void tty_cmd_clearendofline(struct tty *, const struct tty_ctx *);
usr.bin/tmux/tmux.h
2646
void tty_cmd_clearendofscreen(struct tty *, const struct tty_ctx *);
usr.bin/tmux/tmux.h
2647
void tty_cmd_clearline(struct tty *, const struct tty_ctx *);
usr.bin/tmux/tmux.h
2648
void tty_cmd_clearscreen(struct tty *, const struct tty_ctx *);
usr.bin/tmux/tmux.h
2649
void tty_cmd_clearstartofline(struct tty *, const struct tty_ctx *);
usr.bin/tmux/tmux.h
2650
void tty_cmd_clearstartofscreen(struct tty *, const struct tty_ctx *);
usr.bin/tmux/tmux.h
2651
void tty_cmd_deletecharacter(struct tty *, const struct tty_ctx *);
usr.bin/tmux/tmux.h
2652
void tty_cmd_clearcharacter(struct tty *, const struct tty_ctx *);
usr.bin/tmux/tmux.h
2653
void tty_cmd_deleteline(struct tty *, const struct tty_ctx *);
usr.bin/tmux/tmux.h
2654
void tty_cmd_insertcharacter(struct tty *, const struct tty_ctx *);
usr.bin/tmux/tmux.h
2655
void tty_cmd_insertline(struct tty *, const struct tty_ctx *);
usr.bin/tmux/tmux.h
2656
void tty_cmd_linefeed(struct tty *, const struct tty_ctx *);
usr.bin/tmux/tmux.h
2657
void tty_cmd_scrollup(struct tty *, const struct tty_ctx *);
usr.bin/tmux/tmux.h
2658
void tty_cmd_scrolldown(struct tty *, const struct tty_ctx *);
usr.bin/tmux/tmux.h
2659
void tty_cmd_reverseindex(struct tty *, const struct tty_ctx *);
usr.bin/tmux/tmux.h
2660
void tty_cmd_setselection(struct tty *, const struct tty_ctx *);
usr.bin/tmux/tmux.h
2661
void tty_cmd_rawstring(struct tty *, const struct tty_ctx *);
usr.bin/tmux/tmux.h
2662
void tty_cmd_syncstart(struct tty *, const struct tty_ctx *);
usr.bin/tmux/tmux.h
2670
struct tty_term *tty_term_create(struct tty *, char *, char **, u_int, int *,
usr.bin/tmux/tmux.h
2698
int tty_acs_needed(struct tty *);
usr.bin/tmux/tmux.h
2699
const char *tty_acs_get(struct tty *, u_char);
usr.bin/tmux/tmux.h
2700
int tty_acs_reverse_get(struct tty *, const char *, size_t);
usr.bin/tmux/tmux.h
2706
void tty_keys_build(struct tty *);
usr.bin/tmux/tmux.h
2707
void tty_keys_free(struct tty *);
usr.bin/tmux/tmux.h
2708
int tty_keys_next(struct tty *);
usr.bin/tmux/tmux.h
2709
int tty_keys_colours(struct tty *, const char *, size_t, size_t *,