taglinefilesource code
pe117drivers/char/selection.cint i, ps, pe;
pe135drivers/char/selection.cpe = ye * video_size_row + (xe << 1);
pe149drivers/char/selection.cif (ps > pe)  /* make sel_start <= sel_end */
pe152drivers/char/selection.cps = pe;
pe153drivers/char/selection.cpe = tmp;
pe165drivers/char/selection.cnew_sel_end = pe;
pe178drivers/char/selection.cspc = isspace(sel_pos(pe));
pe179drivers/char/selection.cfor (new_sel_end = pe; ; pe += 2)
pe181drivers/char/selection.cif ((spc && !isspace(sel_pos(pe))) ||
pe182drivers/char/selection.c(!spc && !inword(sel_pos(pe))))
pe184drivers/char/selection.cnew_sel_end = pe;
pe185drivers/char/selection.cif (!((pe + 2) % video_size_row))
pe191drivers/char/selection.cnew_sel_end = pe + video_size_row
pe192drivers/char/selection.c- pe % video_size_row - 2;
pe195drivers/char/selection.chighlight_pointer(pe);
pe207drivers/char/selection.cfor (pe = new_sel_end + 2; ; pe += 2)
pe208drivers/char/selection.cif (!isspace(sel_pos(pe)) || atedge(pe))
pe210drivers/char/selection.cif (isspace(sel_pos(pe)))
pe211drivers/char/selection.cnew_sel_end = pe;