Home
last modified time | relevance | path

Searched refs:tty_code_code (Results 1 – 4 of 4) sorted by relevance

/openbsd/src/usr.bin/tmux/
Dtty-term.c750 tty_term_has(struct tty_term *term, enum tty_code_code code) in tty_term_has()
756 tty_term_string(struct tty_term *term, enum tty_code_code code) in tty_term_string()
766 tty_term_string_i(struct tty_term *term, enum tty_code_code code, int a) in tty_term_string_i()
779 tty_term_string_ii(struct tty_term *term, enum tty_code_code code, int a, int b) in tty_term_string_ii()
792 tty_term_string_iii(struct tty_term *term, enum tty_code_code code, int a, in tty_term_string_iii()
806 tty_term_string_s(struct tty_term *term, enum tty_code_code code, const char *a) in tty_term_string_s()
819 tty_term_string_ss(struct tty_term *term, enum tty_code_code code, in tty_term_string_ss()
833 tty_term_number(struct tty_term *term, enum tty_code_code code) in tty_term_number()
843 tty_term_flag(struct tty_term *term, enum tty_code_code code) in tty_term_flag()
853 tty_term_describe(struct tty_term *term, enum tty_code_code code) in tty_term_describe()
Dtmux.h376 enum tty_code_code { enum
2421 void tty_putcode(struct tty *, enum tty_code_code);
2422 void tty_putcode_i(struct tty *, enum tty_code_code, int);
2423 void tty_putcode_ii(struct tty *, enum tty_code_code, int, int);
2424 void tty_putcode_iii(struct tty *, enum tty_code_code, int, int, int);
2425 void tty_putcode_s(struct tty *, enum tty_code_code, const char *);
2426 void tty_putcode_ss(struct tty *, enum tty_code_code, const char *,
2490 int tty_term_has(struct tty_term *, enum tty_code_code);
2491 const char *tty_term_string(struct tty_term *, enum tty_code_code);
2492 const char *tty_term_string_i(struct tty_term *, enum tty_code_code, int);
[all …]
Dtty.c65 static void tty_emulate_repeat(struct tty *, enum tty_code_code,
66 enum tty_code_code, u_int);
543 tty_putcode(struct tty *tty, enum tty_code_code code) in tty_putcode()
549 tty_putcode_i(struct tty *tty, enum tty_code_code code, int a) in tty_putcode_i()
557 tty_putcode_ii(struct tty *tty, enum tty_code_code code, int a, int b) in tty_putcode_ii()
565 tty_putcode_iii(struct tty *tty, enum tty_code_code code, int a, int b, int c) in tty_putcode_iii()
573 tty_putcode_s(struct tty *tty, enum tty_code_code code, const char *a) in tty_putcode_s()
580 tty_putcode_ss(struct tty *tty, enum tty_code_code code, const char *a, in tty_putcode_ss()
866 tty_emulate_repeat(struct tty *tty, enum tty_code_code code, in tty_emulate_repeat()
867 enum tty_code_code code1, u_int n) in tty_emulate_repeat()
Dtty-keys.c274 enum tty_code_code code;