Searched refs:TAT_FGCOLOR (Results 1 – 2 of 2) sorted by relevance
/linux-6.12.1/arch/s390/include/uapi/asm/ |
D | raw3270.h | 35 #define TAT_FGCOLOR 0x42 macro
|
/linux-6.12.1/drivers/s390/char/ |
D | con3270.c | 259 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()
|