Home
last modified time | relevance | path

Searched refs:new_sel_start (Results 1 – 2 of 2) sorted by relevance

/linux-2.6.39/drivers/tty/vt/
Dselection.c139 int sel_mode, new_sel_start, new_sel_end, spc; in set_selection() local
192 new_sel_start = ps; in set_selection()
197 for (new_sel_start = ps; ; ps -= 2) in set_selection()
202 new_sel_start = ps; in set_selection()
218 new_sel_start = ps - ps % vc->vc_size_row; in set_selection()
233 if (new_sel_end > new_sel_start && in set_selection()
244 highlight(new_sel_start, new_sel_end); in set_selection()
245 else if (new_sel_start == sel_start) in set_selection()
256 if (new_sel_start < sel_start) /* extend to left */ in set_selection()
257 highlight(new_sel_start, sel_start - 2); in set_selection()
[all …]
/linux-2.6.39/drivers/staging/speakup/
Dselection.c49 int new_sel_start, new_sel_end; in speakup_set_selection() local
76 new_sel_start = ps; in speakup_set_selection()
80 if (new_sel_end > new_sel_start && in speakup_set_selection()
90 if ((new_sel_start == sel_start) && (new_sel_end == sel_end)) in speakup_set_selection()
93 sel_start = new_sel_start; in speakup_set_selection()