Lines Matching defs:term
227 tty_term_override(struct tty_term *term, const char *overrides) in tty_term_override()
313 struct tty_term *term; in tty_term_find() local
459 tty_term_free(struct tty_term *term) in tty_term_free()
477 tty_term_has(struct tty_term *term, enum tty_code_code code) in tty_term_has()
483 tty_term_string(struct tty_term *term, enum tty_code_code code) in tty_term_string()
494 tty_term_string1(struct tty_term *term, enum tty_code_code code, int a) in tty_term_string1()
500 tty_term_string2(struct tty_term *term, enum tty_code_code code, int a, int b) in tty_term_string2()
506 tty_term_ptr1(struct tty_term *term, enum tty_code_code code, const void *a) in tty_term_ptr1()
512 tty_term_ptr2(struct tty_term *term, enum tty_code_code code, const void *a, const void *b) in tty_term_ptr2()
518 tty_term_number(struct tty_term *term, enum tty_code_code code) in tty_term_number()
528 tty_term_flag(struct tty_term *term, enum tty_code_code code) in tty_term_flag()