Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/tty/vt/
Dselection.c169 int new_sel_start, new_sel_end, spc; in set_selection() local
215 new_sel_end = pe; in set_selection()
229 for (new_sel_end = pe; ; pe += 2) in set_selection()
234 new_sel_end = pe; in set_selection()
241 new_sel_end = pe + vc->vc_size_row in set_selection()
255 if (new_sel_end > new_sel_start && in set_selection()
256 !atedge(new_sel_end, vc->vc_size_row) && in set_selection()
257 isspace(sel_pos(new_sel_end))) { in set_selection()
258 for (pe = new_sel_end + 2; ; pe += 2) in set_selection()
263 new_sel_end = pe; in set_selection()
[all …]
/Linux-v4.19/drivers/staging/speakup/
Dselection.c55 int new_sel_start, new_sel_end; in speakup_set_selection() local
79 new_sel_end = pe; in speakup_set_selection()
82 if (new_sel_end > new_sel_start && in speakup_set_selection()
83 !atedge(new_sel_end, vc->vc_size_row) && in speakup_set_selection()
84 ishardspace(sel_pos(new_sel_end))) { in speakup_set_selection()
85 for (pe = new_sel_end + 2; ; pe += 2) in speakup_set_selection()
90 new_sel_end = pe; in speakup_set_selection()
92 if ((new_sel_start == sel_start) && (new_sel_end == sel_end)) in speakup_set_selection()
96 sel_end = new_sel_end; in speakup_set_selection()