Symbol: tty
sys/sys/tty.h
102
struct tty {
usr.bin/mail/tty.c
47
struct tty {
usr.bin/tmux/tmux.h
1715
struct tty {
usr.bin/tmux/tmux.h
2192
struct tty tty;
usr.bin/tmux/tmux.h
2867
void tty_draw_line(struct tty *, struct screen *, u_int, u_int, u_int,
usr.bin/tmux/tmux.h
2872
int tty_window_bigger(struct tty *);
usr.bin/tmux/tmux.h
2873
int tty_window_offset(struct tty *, u_int *, u_int *, u_int *, u_int *);
usr.bin/tmux/tmux.h
2876
void tty_raw(struct tty *, const char *);
usr.bin/tmux/tmux.h
2877
void tty_attributes(struct tty *, const struct grid_cell *,
usr.bin/tmux/tmux.h
2879
void tty_reset(struct tty *);
usr.bin/tmux/tmux.h
2880
void tty_region_off(struct tty *);
usr.bin/tmux/tmux.h
2881
void tty_margin_off(struct tty *);
usr.bin/tmux/tmux.h
2882
void tty_cursor(struct tty *, u_int, u_int);
usr.bin/tmux/tmux.h
2883
int tty_fake_bce(const struct tty *, const struct grid_cell *, u_int);
usr.bin/tmux/tmux.h
2884
void tty_repeat_space(struct tty *, u_int);
usr.bin/tmux/tmux.h
2885
void tty_clipboard_query(struct tty *);
usr.bin/tmux/tmux.h
2886
void tty_putcode(struct tty *, enum tty_code_code);
usr.bin/tmux/tmux.h
2887
void tty_putcode_i(struct tty *, enum tty_code_code, int);
usr.bin/tmux/tmux.h
2888
void tty_putcode_ii(struct tty *, enum tty_code_code, int, int);
usr.bin/tmux/tmux.h
2889
void tty_putcode_iii(struct tty *, enum tty_code_code, int, int, int);
usr.bin/tmux/tmux.h
2890
void tty_putcode_s(struct tty *, enum tty_code_code, const char *);
usr.bin/tmux/tmux.h
2891
void tty_putcode_ss(struct tty *, enum tty_code_code, const char *,
usr.bin/tmux/tmux.h
2893
void tty_puts(struct tty *, const char *);
usr.bin/tmux/tmux.h
2894
void tty_putc(struct tty *, u_char);
usr.bin/tmux/tmux.h
2895
void tty_putn(struct tty *, const void *, size_t, u_int);
usr.bin/tmux/tmux.h
2896
void tty_cell(struct tty *, const struct grid_cell *,
usr.bin/tmux/tmux.h
2898
int tty_init(struct tty *, struct client *);
usr.bin/tmux/tmux.h
2899
void tty_resize(struct tty *);
usr.bin/tmux/tmux.h
2900
void tty_set_size(struct tty *, u_int, u_int, u_int, u_int);
usr.bin/tmux/tmux.h
2901
void tty_invalidate(struct tty *);
usr.bin/tmux/tmux.h
2902
void tty_start_tty(struct tty *);
usr.bin/tmux/tmux.h
2903
void tty_send_requests(struct tty *);
usr.bin/tmux/tmux.h
2904
void tty_repeat_requests(struct tty *, int);
usr.bin/tmux/tmux.h
2905
void tty_stop_tty(struct tty *);
usr.bin/tmux/tmux.h
2906
void tty_set_title(struct tty *, const char *);
usr.bin/tmux/tmux.h
2907
void tty_set_path(struct tty *, const char *);
usr.bin/tmux/tmux.h
2908
void tty_set_progress_bar(struct tty *, struct progress_bar *);
usr.bin/tmux/tmux.h
2909
void tty_default_attributes(struct tty *, u_int,
usr.bin/tmux/tmux.h
2911
void tty_update_mode(struct tty *, int, struct screen *);
usr.bin/tmux/tmux.h
2912
const struct grid_cell *tty_check_codeset(struct tty *,
usr.bin/tmux/tmux.h
2914
struct visible_ranges *tty_check_overlay_range(struct tty *, u_int, u_int,
usr.bin/tmux/tmux.h
2916
void tty_sync_start(struct tty *);
usr.bin/tmux/tmux.h
2917
void tty_sync_end(struct tty *);
usr.bin/tmux/tmux.h
2918
int tty_open(struct tty *, char **);
usr.bin/tmux/tmux.h
2919
void tty_close(struct tty *);
usr.bin/tmux/tmux.h
2920
void tty_free(struct tty *);
usr.bin/tmux/tmux.h
2921
void tty_update_features(struct tty *);
usr.bin/tmux/tmux.h
2922
void tty_set_selection(struct tty *, const char *, const char *, size_t);
usr.bin/tmux/tmux.h
2925
void tty_cmd_alignmenttest(struct tty *, const struct tty_ctx *);
usr.bin/tmux/tmux.h
2926
void tty_cmd_cell(struct tty *, const struct tty_ctx *);
usr.bin/tmux/tmux.h
2927
void tty_cmd_cells(struct tty *, const struct tty_ctx *);
usr.bin/tmux/tmux.h
2928
void tty_cmd_redrawline(struct tty *, const struct tty_ctx *);
usr.bin/tmux/tmux.h
2929
void tty_cmd_clearendofline(struct tty *, const struct tty_ctx *);
usr.bin/tmux/tmux.h
2930
void tty_cmd_clearendofscreen(struct tty *, const struct tty_ctx *);
usr.bin/tmux/tmux.h
2931
void tty_cmd_clearline(struct tty *, const struct tty_ctx *);
usr.bin/tmux/tmux.h
2932
void tty_cmd_clearscreen(struct tty *, const struct tty_ctx *);
usr.bin/tmux/tmux.h
2933
void tty_cmd_clearstartofline(struct tty *, const struct tty_ctx *);
usr.bin/tmux/tmux.h
2934
void tty_cmd_clearstartofscreen(struct tty *, const struct tty_ctx *);
usr.bin/tmux/tmux.h
2935
void tty_cmd_deletecharacter(struct tty *, const struct tty_ctx *);
usr.bin/tmux/tmux.h
2936
void tty_cmd_clearcharacter(struct tty *, const struct tty_ctx *);
usr.bin/tmux/tmux.h
2937
void tty_cmd_deleteline(struct tty *, const struct tty_ctx *);
usr.bin/tmux/tmux.h
2938
void tty_cmd_insertcharacter(struct tty *, const struct tty_ctx *);
usr.bin/tmux/tmux.h
2939
void tty_cmd_insertline(struct tty *, const struct tty_ctx *);
usr.bin/tmux/tmux.h
2940
void tty_cmd_linefeed(struct tty *, const struct tty_ctx *);
usr.bin/tmux/tmux.h
2941
void tty_cmd_scrollup(struct tty *, const struct tty_ctx *);
usr.bin/tmux/tmux.h
2942
void tty_cmd_scrolldown(struct tty *, const struct tty_ctx *);
usr.bin/tmux/tmux.h
2943
void tty_cmd_reverseindex(struct tty *, const struct tty_ctx *);
usr.bin/tmux/tmux.h
2944
void tty_cmd_setselection(struct tty *, const struct tty_ctx *);
usr.bin/tmux/tmux.h
2945
void tty_cmd_rawstring(struct tty *, const struct tty_ctx *);
usr.bin/tmux/tmux.h
2946
void tty_cmd_syncstart(struct tty *, const struct tty_ctx *);
usr.bin/tmux/tmux.h
2954
struct tty_term *tty_term_create(struct tty *, char *, char **, u_int, int *,
usr.bin/tmux/tmux.h
2984
int tty_acs_needed(struct tty *);
usr.bin/tmux/tmux.h
2985
const char *tty_acs_get(struct tty *, u_char);
usr.bin/tmux/tmux.h
2986
int tty_acs_reverse_get(struct tty *, const char *, size_t);
usr.bin/tmux/tmux.h
2992
void tty_keys_build(struct tty *);
usr.bin/tmux/tmux.h
2993
void tty_keys_free(struct tty *);
usr.bin/tmux/tmux.h
2994
int tty_keys_next(struct tty *);
usr.bin/tmux/tmux.h
2995
int tty_keys_colours(struct tty *, const char *, size_t, size_t *,