Lines Matching refs:highlight
51 unsigned char highlight:3; /* Blink/reverse/underscore */ member
316 unsigned char f_color, b_color, highlight; in tty3270_required_length() local
321 highlight = 0; in tty3270_required_length()
326 if (cell->attributes.highlight != highlight) { in tty3270_required_length()
328 highlight = cell->attributes.highlight; in tty3270_required_length()
341 if (highlight) in tty3270_required_length()
356 if (attr->highlight) in tty3270_add_reset_attributes()
424 if (cell->attributes.highlight != attr->highlight) { in tty3270_add_attributes()
425 attr->highlight = cell->attributes.highlight; in tty3270_add_attributes()
426 cp = tty3270_add_sa(tp, cp, TAT_EXTHI, highlights[attr->highlight]); in tty3270_add_attributes()
447 attr->highlight = TAX_RESET; in tty3270_reset_attributes()
1476 tp->attributes.highlight = TTY3270_HIGHLIGHT_UNDERSCORE; in tty3270_set_attributes()
1479 tp->attributes.highlight = TTY3270_HIGHLIGHT_BLINK; in tty3270_set_attributes()
1482 tp->attributes.highlight = TTY3270_HIGHLIGHT_REVERSE; in tty3270_set_attributes()
1485 tp->attributes.highlight &= ~TTY3270_HIGHLIGHT_UNDERSCORE; in tty3270_set_attributes()
1488 tp->attributes.highlight &= ~TTY3270_HIGHLIGHT_BLINK; in tty3270_set_attributes()
1491 tp->attributes.highlight &= ~TTY3270_HIGHLIGHT_REVERSE; in tty3270_set_attributes()