Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/s390/char/
Dtty3270.c211 TAC_RESET }; in tty3270_create_status()
311 TO_SA, TAT_COLOR, TAC_RESET, TO_RA, 0, 0, 0 }; in tty3270_blank_line()
1124 f_color = TAC_RESET; in tty3270_convert_line()
1137 if (f_color != TAC_RESET) in tty3270_convert_line()
1168 f_color = TAC_RESET; in tty3270_convert_line()
1189 if (f_color != TAC_RESET) { in tty3270_convert_line()
1192 *cp++ = TAC_RESET; in tty3270_convert_line()
1267 line->cells[line->len].f_color = TAC_RESET; in tty3270_insert_characters()
1320 cell->f_color = TAC_RESET; in tty3270_erase_characters()
1347 cell->f_color = TAC_RESET; in tty3270_erase_line()
[all …]
Draw3270.h65 #define TAC_RESET 0x00 macro