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.c282 cp = tty3270_add_sa(tp, cp, TAT_FGCOLOR, TAC_RESET); in tty3270_add_status()
323 f_color = TAC_RESET; in tty3270_required_length()
324 b_color = TAC_RESET; in tty3270_required_length()
344 if (f_color != TAC_RESET) in tty3270_required_length()
346 if (b_color != TAC_RESET) in tty3270_required_length()
359 if (attr->f_color != TAC_RESET) in tty3270_add_reset_attributes()
361 if (attr->b_color != TAC_RESET) in tty3270_add_reset_attributes()
449 attr->f_color = TAC_RESET; in tty3270_reset_attributes()
450 attr->b_color = TAC_RESET; in tty3270_reset_attributes()