taglinefilesource code
new_sel_end1593kernel/chr_drv/console.cint sel_mode, new_sel_start, new_sel_end, spc;
new_sel_end1625kernel/chr_drv/console.cnew_sel_end = pe;
new_sel_end1639kernel/chr_drv/console.cfor (new_sel_end = pe; ; pe += 2)
new_sel_end1644kernel/chr_drv/console.cnew_sel_end = pe;
new_sel_end1651kernel/chr_drv/console.cnew_sel_end = pe + video_size_row
new_sel_end1656kernel/chr_drv/console.cif (new_sel_end > new_sel_start &&
new_sel_end1657kernel/chr_drv/console.c!atedge(new_sel_end) && isspace(*(off + new_sel_end)))
new_sel_end1659kernel/chr_drv/console.cfor (pe = new_sel_end + 2; ; pe += 2)
new_sel_end1665kernel/chr_drv/console.cnew_sel_end = pe;
new_sel_end1673kernel/chr_drv/console.chighlight(sel_cons, new_sel_start, new_sel_end);
new_sel_end1676kernel/chr_drv/console.cif (new_sel_end == sel_end)  /* no action required */
new_sel_end1678kernel/chr_drv/console.celse if (new_sel_end > sel_end)  /* extend to right */
new_sel_end1679kernel/chr_drv/console.chighlight(sel_cons, sel_end + 2, new_sel_end);
new_sel_end1681kernel/chr_drv/console.chighlight(sel_cons, new_sel_end + 2, sel_end);
new_sel_end1683kernel/chr_drv/console.celse if (new_sel_end == sel_end)
new_sel_end1693kernel/chr_drv/console.chighlight(sel_cons, new_sel_start, new_sel_end);
new_sel_end1696kernel/chr_drv/console.csel_end = new_sel_end;