Lines Matching refs:sel_pos
60 sel_pos(int n) in sel_pos() function
223 spc = isspace(sel_pos(ps)); in set_selection()
226 if ((spc && !isspace(sel_pos(ps))) || in set_selection()
227 (!spc && !inword(sel_pos(ps)))) in set_selection()
233 spc = isspace(sel_pos(pe)); in set_selection()
236 if ((spc && !isspace(sel_pos(pe))) || in set_selection()
237 (!spc && !inword(sel_pos(pe)))) in set_selection()
262 isspace(sel_pos(new_sel_end))) { in set_selection()
264 if (!isspace(sel_pos(pe)) || in set_selection()
267 if (isspace(sel_pos(pe))) in set_selection()
309 c = sel_pos(i); in set_selection()