taglinefilesource code
pe118drivers/char/selection.cint i, ps, pe;
pe136drivers/char/selection.cpe = ye * video_size_row + (xe << 1);
pe150drivers/char/selection.cif (ps > pe)  /* make sel_start <= sel_end */
pe153drivers/char/selection.cps = pe;
pe154drivers/char/selection.cpe = tmp;
pe166drivers/char/selection.cnew_sel_end = pe;
pe179drivers/char/selection.cspc = isspace(sel_pos(pe));
pe180drivers/char/selection.cfor (new_sel_end = pe; ; pe += 2)
pe182drivers/char/selection.cif ((spc && !isspace(sel_pos(pe))) ||
pe183drivers/char/selection.c(!spc && !inword(sel_pos(pe))))
pe185drivers/char/selection.cnew_sel_end = pe;
pe186drivers/char/selection.cif (!((pe + 2) % video_size_row))
pe192drivers/char/selection.cnew_sel_end = pe + video_size_row
pe193drivers/char/selection.c- pe % video_size_row - 2;
pe196drivers/char/selection.chighlight_pointer(pe);
pe208drivers/char/selection.cfor (pe = new_sel_end + 2; ; pe += 2)
pe209drivers/char/selection.cif (!isspace(sel_pos(pe)) || atedge(pe))
pe211drivers/char/selection.cif (isspace(sel_pos(pe)))
pe212drivers/char/selection.cnew_sel_end = pe;