Symbol: tty_code_code
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
2676
int tty_term_has(struct tty_term *, enum tty_code_code);
usr.bin/tmux/tmux.h
2677
const char *tty_term_string(struct tty_term *, enum tty_code_code);
usr.bin/tmux/tmux.h
2678
const char *tty_term_string_i(struct tty_term *, enum tty_code_code, int);
usr.bin/tmux/tmux.h
2679
const char *tty_term_string_ii(struct tty_term *, enum tty_code_code, int,
usr.bin/tmux/tmux.h
2681
const char *tty_term_string_iii(struct tty_term *, enum tty_code_code, int,
usr.bin/tmux/tmux.h
2683
const char *tty_term_string_s(struct tty_term *, enum tty_code_code,
usr.bin/tmux/tmux.h
2685
const char *tty_term_string_ss(struct tty_term *, enum tty_code_code,
usr.bin/tmux/tmux.h
2687
int tty_term_number(struct tty_term *, enum tty_code_code);
usr.bin/tmux/tmux.h
2688
int tty_term_flag(struct tty_term *, enum tty_code_code);
usr.bin/tmux/tmux.h
2689
const char *tty_term_describe(struct tty_term *, enum tty_code_code);
usr.bin/tmux/tmux.h
408
enum tty_code_code {