Searched refs:highlight (Results 1 – 2 of 2) sorted by relevance
| /drivers/tty/vt/ |
| A D | selection.c | 55 static inline void highlight(const int s, const int e) in highlight() function 87 highlight(vc_sel.start, vc_sel.end); in clear_selection() 311 highlight(new_sel_start, new_sel_end); in vc_do_selection() 317 highlight(vc_sel.end + 2, new_sel_end); in vc_do_selection() 319 highlight(new_sel_end + 2, vc_sel.end); in vc_do_selection() 324 highlight(new_sel_start, vc_sel.start - 2); in vc_do_selection() 326 highlight(vc_sel.start, new_sel_start - 2); in vc_do_selection() 331 highlight(new_sel_start, new_sel_end); in vc_do_selection()
|
| /drivers/s390/char/ |
| A D | con3270.c | 52 unsigned char highlight:3; /* Blink/reverse/underscore */ member 318 unsigned char f_color, b_color, highlight; in tty3270_required_length() local 323 highlight = 0; in tty3270_required_length() 328 if (cell->attributes.highlight != highlight) { in tty3270_required_length() 330 highlight = cell->attributes.highlight; in tty3270_required_length() 343 if (highlight) in tty3270_required_length() 358 if (attr->highlight) in tty3270_add_reset_attributes() 426 if (cell->attributes.highlight != attr->highlight) { in tty3270_add_attributes() 427 attr->highlight = cell->attributes.highlight; in tty3270_add_attributes() 449 attr->highlight = TAX_RESET; in tty3270_reset_attributes() [all …]
|
Completed in 8 milliseconds