Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/tty/vt/
H A Dselection.c232 int new_sel_start, new_sel_end, spc; in vc_do_selection() local
238 new_sel_end = pe; in vc_do_selection()
252 for (new_sel_end = pe; ; pe += 2) { in vc_do_selection()
256 new_sel_end = pe; in vc_do_selection()
263 new_sel_end = rounddown(pe, vc->vc_size_row) + in vc_do_selection()
277 if (new_sel_end > new_sel_start && in vc_do_selection()
278 !atedge(new_sel_end, vc->vc_size_row) && in vc_do_selection()
279 isspace(sel_pos(new_sel_end, unicode))) { in vc_do_selection()
280 for (pe = new_sel_end + 2; ; pe += 2) in vc_do_selection()
285 new_sel_end in vc_do_selection()
[all...]
/kernel/linux/linux-6.6/drivers/tty/vt/
H A Dselection.c233 int new_sel_start, new_sel_end, spc; in vc_do_selection() local
239 new_sel_end = pe; in vc_do_selection()
253 for (new_sel_end = pe; ; pe += 2) { in vc_do_selection()
257 new_sel_end = pe; in vc_do_selection()
264 new_sel_end = rounddown(pe, vc->vc_size_row) + in vc_do_selection()
278 if (new_sel_end > new_sel_start && in vc_do_selection()
279 !atedge(new_sel_end, vc->vc_size_row) && in vc_do_selection()
280 is_space_on_vt(sel_pos(new_sel_end, unicode))) { in vc_do_selection()
281 for (pe = new_sel_end + 2; ; pe += 2) in vc_do_selection()
286 new_sel_end in vc_do_selection()
[all...]

Completed in 2 milliseconds