Home
last modified time | relevance | path

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

/drivers/tty/vt/
Dselection.c161 int sel_mode, new_sel_start, new_sel_end, spc; in set_selection() local
219 new_sel_end = pe; in set_selection()
233 for (new_sel_end = pe; ; pe += 2) in set_selection()
238 new_sel_end = pe; in set_selection()
245 new_sel_end = pe + vc->vc_size_row in set_selection()
259 if (new_sel_end > new_sel_start && in set_selection()
260 !atedge(new_sel_end, vc->vc_size_row) && in set_selection()
261 isspace(sel_pos(new_sel_end))) { in set_selection()
262 for (pe = new_sel_end + 2; ; pe += 2) in set_selection()
267 new_sel_end = pe; in set_selection()
[all …]
/drivers/staging/speakup/
Dselection.c49 int new_sel_start, new_sel_end; in speakup_set_selection() local
77 new_sel_end = pe; in speakup_set_selection()
80 if (new_sel_end > new_sel_start && in speakup_set_selection()
81 !atedge(new_sel_end, vc->vc_size_row) && in speakup_set_selection()
82 ishardspace(sel_pos(new_sel_end))) { in speakup_set_selection()
83 for (pe = new_sel_end + 2; ; pe += 2) in speakup_set_selection()
88 new_sel_end = pe; in speakup_set_selection()
90 if ((new_sel_start == sel_start) && (new_sel_end == sel_end)) in speakup_set_selection()
94 sel_end = new_sel_end; in speakup_set_selection()