Home
last modified time | relevance | path

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

/linux-6.12.1/arch/s390/include/uapi/asm/
Draw3270.h35 #define TAT_FGCOLOR 0x42 macro
/linux-6.12.1/drivers/s390/char/
Dcon3270.c259 cp = tty3270_add_sa(tp, cp, TAT_FGCOLOR, TAC_GREEN); in tty3270_add_status()
281 cp = tty3270_add_sa(tp, cp, TAT_FGCOLOR, TAC_RESET); in tty3270_add_status()
359 cp = tty3270_add_sa(tp, cp, TAT_FGCOLOR, TAX_RESET); in tty3270_add_reset_attributes()
430 cp = tty3270_add_sa(tp, cp, TAT_FGCOLOR, colors[attr->f_color]); in tty3270_add_attributes()