Symbol: tty_term
usr.bin/tmux/cmd-show-messages.c
55
struct tty_term *term;
usr.bin/tmux/format.c
1528
struct tty_term *term;
usr.bin/tmux/tmux.h
1702
LIST_ENTRY(tty_term) entry;
usr.bin/tmux/tmux.h
1704
LIST_HEAD(tty_terms, tty_term);
usr.bin/tmux/tmux.h
1780
struct tty_term *term;
usr.bin/tmux/tmux.h
2956
struct tty_term *tty_term_create(struct tty *, char *, char **, u_int, int *,
usr.bin/tmux/tty-features.c
436
tty_feature_present(struct tty_term *term, const char *name)
usr.bin/tmux/tty-features.c
475
tty_apply_features(struct tty_term *term, int feat)
usr.bin/tmux/tty-term.c
360
tty_term_apply(struct tty_term *term, const char *capabilities, int quiet)
usr.bin/tmux/tty-term.c
436
tty_term_apply_overrides(struct tty_term *term)
usr.bin/tmux/tty-term.c
521
struct tty_term *
usr.bin/tmux/tty-term.c
525
struct tty_term *term;
usr.bin/tmux/tty-term.c
664
tty_term_free(struct tty_term *term)
usr.bin/tmux/tty-term.c
763
tty_term_has(struct tty_term *term, enum tty_code_code code)
usr.bin/tmux/tty-term.c
769
tty_term_has_name(struct tty_term *term, const char *name)
usr.bin/tmux/tty-term.c
781
tty_term_string(struct tty_term *term, enum tty_code_code code)
usr.bin/tmux/tty-term.c
791
tty_term_string_i(struct tty_term *term, enum tty_code_code code, int a)
usr.bin/tmux/tty-term.c
804
tty_term_string_ii(struct tty_term *term, enum tty_code_code code, int a, int b)
usr.bin/tmux/tty-term.c
817
tty_term_string_iii(struct tty_term *term, enum tty_code_code code, int a,
usr.bin/tmux/tty-term.c
831
tty_term_string_s(struct tty_term *term, enum tty_code_code code, const char *a)
usr.bin/tmux/tty-term.c
844
tty_term_string_ss(struct tty_term *term, enum tty_code_code code,
usr.bin/tmux/tty-term.c
858
tty_term_number(struct tty_term *term, enum tty_code_code code)
usr.bin/tmux/tty-term.c
868
tty_term_flag(struct tty_term *term, enum tty_code_code code)
usr.bin/tmux/tty-term.c
878
tty_term_describe(struct tty_term *term, enum tty_code_code code)
usr.bin/tmux/tty.c
2310
struct tty_term *term = tty->term;
usr.bin/tmux/tty.c
863
struct tty_term *term = tty->term;