Lines Matching defs:highlight
51 /* clear_selection, highlight and highlight_pointer can be called
55 static inline void highlight(const int s, const int e)
77 * Remove the current selection highlight, if any from the console
84 highlight(vc_sel.start, vc_sel.end);
288 highlight(new_sel_start, new_sel_end);
294 highlight(vc_sel.end + 2, new_sel_end);
296 highlight(new_sel_end + 2, vc_sel.end);
301 highlight(new_sel_start, vc_sel.start - 2);
303 highlight(vc_sel.start, new_sel_start - 2);
308 highlight(new_sel_start, new_sel_end);