Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/s390/char/
H A Dtty3270.c211 TAC_RESET }; in tty3270_create_status()
311 TO_SA, TAT_COLOR, TAC_RESET, TO_RA, 0, 0, 0 }; in tty3270_blank_line()
1125 f_color = TAC_RESET; in tty3270_convert_line()
1138 if (f_color != TAC_RESET) in tty3270_convert_line()
1169 f_color = TAC_RESET; in tty3270_convert_line()
1190 if (f_color != TAC_RESET) { in tty3270_convert_line()
1193 *cp++ = TAC_RESET; in tty3270_convert_line()
1268 line->cells[line->len].f_color = TAC_RESET; in tty3270_insert_characters()
1321 cell->f_color = TAC_RESET; in tty3270_erase_characters()
1348 cell->f_color = TAC_RESET; in tty3270_erase_line()
[all …]
H A Draw3270.h65 #define TAC_RESET 0x00 macro