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/
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 = pe; in vc_do_selection()
[all …]
/kernel/linux/patches/linux-4.19/hispark_taurus_patch/
Dhispark_taurus.patch356603 if (new_sel_end == sel_end) /* no action required */
356606 else if (new_sel_end > sel_end) /* extend to right */
356607 highlight(sel_end + 2, new_sel_end);