Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/s390/char/
Dtty3270.c308 { TO_SBA, 0, 0, TO_SA, TAT_EXTHI, TAX_RESET, in tty3270_blank_line()
1076 highlight = TAX_RESET; in tty3270_convert_line()
1088 if (highlight != TAX_RESET) in tty3270_convert_line()
1120 highlight = TAX_RESET; in tty3270_convert_line()
1137 if (highlight != TAX_RESET) { in tty3270_convert_line()
1140 *cp++ = TAX_RESET; in tty3270_convert_line()
1219 line->cells[line->len].highlight = TAX_RESET; in tty3270_insert_characters()
1272 cell->highlight = TAX_RESET; in tty3270_erase_characters()
1299 cell->highlight = TAX_RESET; in tty3270_erase_line()
1358 tp->highlight = TAX_RESET; in tty3270_set_attributes()
[all …]
Draw3270.h55 #define TAX_RESET 0x00 macro