Home
last modified time | relevance | path

Searched refs:TAC_RESET (Results 1 – 2 of 2) sorted by relevance

/linux/arch/s390/include/uapi/asm/
H A Draw3270.h50 #define TAC_RESET 0x00 macro
/linux/drivers/s390/char/
H A Dcon3270.c281 cp = tty3270_add_sa(tp, cp, TAT_FGCOLOR, TAC_RESET); in tty3270_add_status()
322 f_color = TAC_RESET; in tty3270_required_length()
323 b_color = TAC_RESET; in tty3270_required_length()
343 if (f_color != TAC_RESET) in tty3270_required_length()
345 if (b_color != TAC_RESET) in tty3270_required_length()
358 if (attr->f_color != TAC_RESET) in tty3270_add_reset_attributes()
360 if (attr->b_color != TAC_RESET) in tty3270_add_reset_attributes()
448 attr->f_color = TAC_RESET; in tty3270_reset_attributes()
449 attr->b_color = TAC_RESET; in tty3270_reset_attributes()