Searched refs:new_sel_start (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/tty/vt/ |
H A D | selection.c | 232 int new_sel_start, new_sel_end, spc; in vc_do_selection() local 237 new_sel_start = ps; in vc_do_selection() 242 for (new_sel_start = ps; ; ps -= 2) { in vc_do_selection() 246 new_sel_start = ps; in vc_do_selection() 262 new_sel_start = rounddown(ps, vc->vc_size_row); in vc_do_selection() 277 if (new_sel_end > new_sel_start && in vc_do_selection() 288 highlight(new_sel_start, new_sel_end); in vc_do_selection() 289 else if (new_sel_start == vc_sel.start) in vc_do_selection() 300 if (new_sel_start < vc_sel.start) /* extend to left */ in vc_do_selection() 301 highlight(new_sel_start, vc_se in vc_do_selection() [all...] |
/kernel/linux/linux-6.6/drivers/tty/vt/ |
H A D | selection.c | 233 int new_sel_start, new_sel_end, spc; in vc_do_selection() local 238 new_sel_start = ps; in vc_do_selection() 243 for (new_sel_start = ps; ; ps -= 2) { in vc_do_selection() 247 new_sel_start = ps; in vc_do_selection() 263 new_sel_start = rounddown(ps, vc->vc_size_row); in vc_do_selection() 278 if (new_sel_end > new_sel_start && in vc_do_selection() 289 highlight(new_sel_start, new_sel_end); in vc_do_selection() 290 else if (new_sel_start == vc_sel.start) in vc_do_selection() 301 if (new_sel_start < vc_sel.start) /* extend to left */ in vc_do_selection() 302 highlight(new_sel_start, vc_se in vc_do_selection() [all...] |
Completed in 2 milliseconds