Searched refs:TO_SA (Results 1 – 3 of 3) sorted by relevance
/linux-4.19.296/drivers/s390/char/ |
D | tty3270.c | 209 { TO_SBA, 0, 0, TO_SF, TF_LOG, TO_SA, TAT_COLOR, TAC_GREEN, in tty3270_create_status() 210 0, 0, 0, 0, 0, 0, 0, TO_SF, TF_LOG, TO_SA, TAT_COLOR, in tty3270_create_status() 310 { TO_SBA, 0, 0, TO_SA, TAT_EXTHI, TAX_RESET, in tty3270_blank_line() 311 TO_SA, TAT_COLOR, TAC_RESET, TO_RA, 0, 0, 0 }; in tty3270_blank_line() 1172 *cp++ = TO_SA; in tty3270_convert_line() 1178 *cp++ = TO_SA; in tty3270_convert_line() 1186 *cp++ = TO_SA; in tty3270_convert_line() 1191 *cp++ = TO_SA; in tty3270_convert_line()
|
D | raw3270.h | 39 #define TO_SA 0x28 /* Set attribute */ macro
|
D | con3270.c | 105 { TO_SBA, 0, 0, TO_SF,TF_LOG,TO_SA,TAT_COLOR, TAC_GREEN, in con3270_create_status() 257 prolog[3] = TO_SA; in con3270_update()
|