Searched refs:tty_term (Results 1 – 5 of 5) sorted by relevance
| /netbsd/src/external/bsd/tmux/dist/ |
| D | tty-term.c | 362 tty_term_apply(struct tty_term *term, const char *capabilities, int quiet) in tty_term_apply() 438 tty_term_apply_overrides(struct tty_term *term) in tty_term_apply_overrides() 523 struct tty_term * 527 struct tty_term *term; in tty_term_create() 660 tty_term_free(struct tty_term *term) in tty_term_free() 762 tty_term_has(struct tty_term *term, enum tty_code_code code) in tty_term_has() 768 tty_term_string(struct tty_term *term, enum tty_code_code code) in tty_term_string() 778 tty_term_string_i(struct tty_term *term, enum tty_code_code code, int a) in tty_term_string_i() 797 tty_term_string_ii(struct tty_term *term, enum tty_code_code code, int a, int b) in tty_term_string_ii() 816 tty_term_string_iii(struct tty_term *term, enum tty_code_code code, int a, in tty_term_string_iii() [all …]
|
| D | tmux.h | 1429 struct tty_term { struct 1447 LIST_ENTRY(tty_term) entry; argument 1449 LIST_HEAD(tty_terms, tty_term); 1515 struct tty_term *term; 2461 void tty_term_apply(struct tty_term *, const char *, int); 2462 void tty_term_apply_overrides(struct tty_term *); 2463 struct tty_term *tty_term_create(struct tty *, char *, char **, u_int, int *, 2465 void tty_term_free(struct tty_term *); 2469 int tty_term_has(struct tty_term *, enum tty_code_code); 2470 const char *tty_term_string(struct tty_term *, enum tty_code_code); [all …]
|
| D | cmd-show-messages.c | 53 struct tty_term *term; in cmd_show_messages_terminals()
|
| D | tty-features.c | 434 tty_apply_features(struct tty_term *term, int feat) in tty_apply_features()
|
| D | tty.c | 824 struct tty_term *term = tty->term; in tty_update_mode() 2509 struct tty_term *term = tty->term; in tty_cursor()
|