Symbol: tty_code_code
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
2960
int tty_term_has(struct tty_term *, enum tty_code_code);
usr.bin/tmux/tmux.h
2962
const char *tty_term_string(struct tty_term *, enum tty_code_code);
usr.bin/tmux/tmux.h
2963
const char *tty_term_string_i(struct tty_term *, enum tty_code_code, int);
usr.bin/tmux/tmux.h
2964
const char *tty_term_string_ii(struct tty_term *, enum tty_code_code, int,
usr.bin/tmux/tmux.h
2966
const char *tty_term_string_iii(struct tty_term *, enum tty_code_code, int,
usr.bin/tmux/tmux.h
2968
const char *tty_term_string_s(struct tty_term *, enum tty_code_code,
usr.bin/tmux/tmux.h
2970
const char *tty_term_string_ss(struct tty_term *, enum tty_code_code,
usr.bin/tmux/tmux.h
2972
int tty_term_number(struct tty_term *, enum tty_code_code);
usr.bin/tmux/tmux.h
2973
int tty_term_flag(struct tty_term *, enum tty_code_code);
usr.bin/tmux/tmux.h
2974
const char *tty_term_describe(struct tty_term *, enum tty_code_code);
usr.bin/tmux/tmux.h
422
enum tty_code_code {