Home | History | Annotate | Download | only in dist

Lines Matching refs:tty_code_code

392 enum tty_code_code {
2515 void tty_putcode(struct tty *, enum tty_code_code);
2516 void tty_putcode_i(struct tty *, enum tty_code_code, int);
2517 void tty_putcode_ii(struct tty *, enum tty_code_code, int, int);
2518 void tty_putcode_iii(struct tty *, enum tty_code_code, int, int, int);
2519 void tty_putcode_s(struct tty *, enum tty_code_code, const char *);
2520 void tty_putcode_ss(struct tty *, enum tty_code_code, const char *,
2594 int tty_term_has(struct tty_term *, enum tty_code_code);
2595 const char *tty_term_string(struct tty_term *, enum tty_code_code);
2596 const char *tty_term_string_i(struct tty_term *, enum tty_code_code, int);
2597 const char *tty_term_string_ii(struct tty_term *, enum tty_code_code, int,
2599 const char *tty_term_string_iii(struct tty_term *, enum tty_code_code, int,
2601 const char *tty_term_string_s(struct tty_term *, enum tty_code_code,
2603 const char *tty_term_string_ss(struct tty_term *, enum tty_code_code,
2605 int tty_term_number(struct tty_term *, enum tty_code_code);
2606 int tty_term_flag(struct tty_term *, enum tty_code_code);
2607 const char *tty_term_describe(struct tty_term *, enum tty_code_code);