Symbol: tty_term
usr.bin/tmux/cmd-show-messages.c
55
struct tty_term *term;
usr.bin/tmux/tmux.h
1588
LIST_ENTRY(tty_term) entry;
usr.bin/tmux/tmux.h
1590
LIST_HEAD(tty_terms, tty_term);
usr.bin/tmux/tmux.h
1657
struct tty_term *term;
usr.bin/tmux/tmux.h
2670
struct tty_term *tty_term_create(struct tty *, char *, char **, u_int, int *,
usr.bin/tmux/tty-features.c
424
tty_apply_features(struct tty_term *term, int feat)
usr.bin/tmux/tty-term.c
359
tty_term_apply(struct tty_term *term, const char *capabilities, int quiet)
usr.bin/tmux/tty-term.c
435
tty_term_apply_overrides(struct tty_term *term)
usr.bin/tmux/tty-term.c
520
struct tty_term *
usr.bin/tmux/tty-term.c
524
struct tty_term *term;
usr.bin/tmux/tty-term.c
663
tty_term_free(struct tty_term *term)
usr.bin/tmux/tty-term.c
762
tty_term_has(struct tty_term *term, enum tty_code_code code)
usr.bin/tmux/tty-term.c
768
tty_term_string(struct tty_term *term, enum tty_code_code code)
usr.bin/tmux/tty-term.c
778
tty_term_string_i(struct tty_term *term, enum tty_code_code code, int a)
usr.bin/tmux/tty-term.c
791
tty_term_string_ii(struct tty_term *term, enum tty_code_code code, int a, int b)
usr.bin/tmux/tty-term.c
804
tty_term_string_iii(struct tty_term *term, enum tty_code_code code, int a,
usr.bin/tmux/tty-term.c
818
tty_term_string_s(struct tty_term *term, enum tty_code_code code, const char *a)
usr.bin/tmux/tty-term.c
831
tty_term_string_ss(struct tty_term *term, enum tty_code_code code,
usr.bin/tmux/tty-term.c
845
tty_term_number(struct tty_term *term, enum tty_code_code code)
usr.bin/tmux/tty-term.c
855
tty_term_flag(struct tty_term *term, enum tty_code_code code)
usr.bin/tmux/tty-term.c
865
tty_term_describe(struct tty_term *term, enum tty_code_code code)
usr.bin/tmux/tty.c
2255
struct tty_term *term = tty->term;
usr.bin/tmux/tty.c
855
struct tty_term *term = tty->term;