Searched refs:highlight (Results 1 – 3 of 3) sorted by relevance
/drivers/s390/char/ |
D | tty3270.c | 44 unsigned char highlight; member 81 unsigned int highlight; /* Blink/reverse/underscore */ member 1091 cell->highlight = tp->highlight; in tty3270_put_character() 1099 cell->highlight = tp->highlight; in tty3270_put_character() 1112 unsigned char highlight; in tty3270_convert_line() local 1121 highlight = TAX_RESET; in tty3270_convert_line() 1124 if (cell->highlight != highlight) { in tty3270_convert_line() 1126 highlight = cell->highlight; in tty3270_convert_line() 1133 if (highlight != TAX_RESET) in tty3270_convert_line() 1165 highlight = TAX_RESET; in tty3270_convert_line() [all …]
|
/drivers/tty/vt/ |
D | selection.c | 48 static inline void highlight(const int s, const int e) in highlight() function 76 highlight(sel_start, sel_end); in clear_selection() 271 highlight(new_sel_start, new_sel_end); in set_selection() 277 highlight(sel_end + 2, new_sel_end); in set_selection() 279 highlight(new_sel_end + 2, sel_end); in set_selection() 284 highlight(new_sel_start, sel_start - 2); in set_selection() 286 highlight(sel_start, new_sel_start - 2); in set_selection() 291 highlight(new_sel_start, new_sel_end); in set_selection()
|
/drivers/staging/speakup/ |
D | spkguide.txt | 748 "highlight tracking" and "read window." 757 tracking are: "cursoring on", "highlight tracking", "read window", 761 If highlight tracking is enabled, Speakup tracks highlighted text, 766 try highlight tracking.
|