Lines Matching refs:highlight

45 	unsigned char highlight;  member
82 unsigned int highlight; /* Blink/reverse/underscore */ member
1094 cell->highlight = tp->highlight; in tty3270_put_character()
1102 cell->highlight = tp->highlight; in tty3270_put_character()
1115 unsigned char highlight; in tty3270_convert_line() local
1124 highlight = TAX_RESET; in tty3270_convert_line()
1127 if (cell->highlight != highlight) { in tty3270_convert_line()
1129 highlight = cell->highlight; in tty3270_convert_line()
1136 if (highlight != TAX_RESET) in tty3270_convert_line()
1168 highlight = TAX_RESET; in tty3270_convert_line()
1171 if (cell->highlight != highlight) { in tty3270_convert_line()
1174 *cp++ = cell->highlight; in tty3270_convert_line()
1175 highlight = cell->highlight; in tty3270_convert_line()
1185 if (highlight != TAX_RESET) { in tty3270_convert_line()
1267 line->cells[line->len].highlight = TAX_RESET; in tty3270_insert_characters()
1281 line->cells[tp->cx + n].highlight = tp->highlight; in tty3270_insert_characters()
1320 cell->highlight = TAX_RESET; in tty3270_erase_characters()
1347 cell->highlight = TAX_RESET; in tty3270_erase_line()
1406 tp->highlight = TAX_RESET; in tty3270_set_attributes()
1411 tp->highlight = TAX_UNDER; in tty3270_set_attributes()
1414 tp->highlight = TAX_BLINK; in tty3270_set_attributes()
1417 tp->highlight = TAX_REVER; in tty3270_set_attributes()
1420 if (tp->highlight == TAX_UNDER) in tty3270_set_attributes()
1421 tp->highlight = TAX_RESET; in tty3270_set_attributes()
1424 if (tp->highlight == TAX_BLINK) in tty3270_set_attributes()
1425 tp->highlight = TAX_RESET; in tty3270_set_attributes()
1428 if (tp->highlight == TAX_REVER) in tty3270_set_attributes()
1429 tp->highlight = TAX_RESET; in tty3270_set_attributes()
1520 tp->saved_highlight = tp->highlight; in tty3270_escape_sequence()
1526 tp->highlight = tp->saved_highlight; in tty3270_escape_sequence()
1532 tp->highlight = tp->saved_highlight = TAX_RESET; in tty3270_escape_sequence()
1621 tp->saved_highlight = tp->highlight; in tty3270_escape_sequence()
1627 tp->highlight = tp->saved_highlight; in tty3270_escape_sequence()
1827 tp->highlight = tp->saved_highlight = TAX_RESET; in tty3270_hangup()