Searched refs:sel_end (Results 1 – 1 of 1) sorted by relevance
43 static int sel_end; variable81 highlight(sel_start, sel_end); in clear_selection()281 if (new_sel_end == sel_end) /* no action required */ in set_selection_kernel()283 else if (new_sel_end > sel_end) /* extend to right */ in set_selection_kernel()284 highlight(sel_end + 2, new_sel_end); in set_selection_kernel()286 highlight(new_sel_end + 2, sel_end); in set_selection_kernel()288 else if (new_sel_end == sel_end) in set_selection_kernel()301 sel_end = new_sel_end; in set_selection_kernel()305 bp = kmalloc_array((sel_end - sel_start) / 2 + 1, multiplier, in set_selection_kernel()316 for (i = sel_start; i <= sel_end; i += 2) { in set_selection_kernel()