Lines Matching refs:sel_pos
61 sel_pos(int n) in sel_pos() function
218 spc = isspace(sel_pos(ps)); in set_selection()
221 if ((spc && !isspace(sel_pos(ps))) || in set_selection()
222 (!spc && !inword(sel_pos(ps)))) in set_selection()
228 spc = isspace(sel_pos(pe)); in set_selection()
231 if ((spc && !isspace(sel_pos(pe))) || in set_selection()
232 (!spc && !inword(sel_pos(pe)))) in set_selection()
257 isspace(sel_pos(new_sel_end))) { in set_selection()
259 if (!isspace(sel_pos(pe)) || in set_selection()
262 if (isspace(sel_pos(pe))) in set_selection()
305 c = sel_pos(i); in set_selection()