Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/tty/vt/
Dselection.c162 int sel_mode, new_sel_start, new_sel_end, spc; in set_selection() local
219 new_sel_start = ps; in set_selection()
224 for (new_sel_start = ps; ; ps -= 2) in set_selection()
229 new_sel_start = ps; in set_selection()
245 new_sel_start = ps - ps % vc->vc_size_row; in set_selection()
260 if (new_sel_end > new_sel_start && in set_selection()
271 highlight(new_sel_start, new_sel_end); in set_selection()
272 else if (new_sel_start == sel_start) in set_selection()
283 if (new_sel_start < sel_start) /* extend to left */ in set_selection()
284 highlight(new_sel_start, sel_start - 2); in set_selection()
[all …]
/linux-4.4.14/drivers/staging/speakup/
Dselection.c54 int new_sel_start, new_sel_end; in speakup_set_selection() local
82 new_sel_start = ps; in speakup_set_selection()
86 if (new_sel_end > new_sel_start && in speakup_set_selection()
96 if ((new_sel_start == sel_start) && (new_sel_end == sel_end)) in speakup_set_selection()
99 sel_start = new_sel_start; in speakup_set_selection()