tty_code_code
enum tty_code_code code;
tty_term_has(struct tty_term *term, enum tty_code_code code)
tty_term_string(struct tty_term *term, enum tty_code_code code)
tty_term_string_i(struct tty_term *term, enum tty_code_code code, int a)
tty_term_string_ii(struct tty_term *term, enum tty_code_code code, int a, int b)
tty_term_string_iii(struct tty_term *term, enum tty_code_code code, int a,
tty_term_string_s(struct tty_term *term, enum tty_code_code code, const char *a)
tty_term_string_ss(struct tty_term *term, enum tty_code_code code,
tty_term_number(struct tty_term *term, enum tty_code_code code)
tty_term_flag(struct tty_term *term, enum tty_code_code code)
tty_term_describe(struct tty_term *term, enum tty_code_code code)
tty_putcode(struct tty *tty, enum tty_code_code code)
tty_putcode_i(struct tty *tty, enum tty_code_code code, int a)
tty_putcode_ii(struct tty *tty, enum tty_code_code code, int a, int b)
tty_putcode_iii(struct tty *tty, enum tty_code_code code, int a, int b, int c)
tty_putcode_s(struct tty *tty, enum tty_code_code code, const char *a)
tty_putcode_ss(struct tty *tty, enum tty_code_code code, const char *a,
static void tty_emulate_repeat(struct tty *, enum tty_code_code,
enum tty_code_code, u_int);
tty_emulate_repeat(struct tty *tty, enum tty_code_code code,
enum tty_code_code code1, u_int n)