Searched refs:sel_start (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.c37 static volatile int sel_start = -1; /* cleared by clear_selection */ variable
68 if (sel_start != -1) {
69 highlight(sel_start, sel_end);
70 sel_start = -1;
150 if (ps > pe) /* make sel_start <= sel_end */
216 if (sel_start == -1) /* no current selection */
218 else if (new_sel_start == sel_start)
229 if (new_sel_start < sel_start) /* extend to left */
230 highlight(new_sel_start, sel_start - 2);
232 highlight(sel_start, new_sel_star
[all...]

Completed in 41 milliseconds