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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/char/
H A Dselection.c38 static int sel_end; variable
69 highlight(sel_start, sel_end);
150 if (ps > pe) /* make sel_start <= sel_end */
220 if (new_sel_end == sel_end) /* no action required */
222 else if (new_sel_end > sel_end) /* extend to right */
223 highlight(sel_end + 2, new_sel_end);
225 highlight(new_sel_end + 2, sel_end);
227 else if (new_sel_end == sel_end)
240 sel_end = new_sel_end;
243 bp = kmalloc((sel_end
[all...]

Completed in 99 milliseconds