Searched refs:highlight (Results 1 - 2 of 2) sorted by relevance

/drivers/tty/vt/
H A Dselection.c43 /* clear_selection, highlight and highlight_pointer can be called
47 static inline void highlight(const int s, const int e) function
68 * Remove the current selection highlight, if any from the console
75 highlight(sel_start, sel_end);
270 highlight(new_sel_start, new_sel_end);
276 highlight(sel_end + 2, new_sel_end);
278 highlight(new_sel_end + 2, sel_end);
283 highlight(new_sel_start, sel_start - 2);
285 highlight(sel_start, new_sel_start - 2);
290 highlight(new_sel_star
[all...]
/drivers/s390/char/
H A Dtty3270.c44 unsigned char highlight; member in struct:tty3270_cell
81 unsigned int highlight; /* Blink/reverse/underscore */ member in struct:tty3270
961 * current color and highlight. This function does NOT do cursor movement.
973 cell->highlight = tp->highlight;
981 cell->highlight = tp->highlight;
994 unsigned char highlight; local
1003 highlight = TAX_RESET;
1006 if (cell->highlight !
[all...]

Completed in 170 milliseconds