Searched refs:sel_pos (Results 1 – 1 of 1) sorted by relevance
63 sel_pos(int n) in sel_pos() function230 spc = isspace(sel_pos(ps)); in set_selection_kernel()233 if ((spc && !isspace(sel_pos(ps))) || in set_selection_kernel()234 (!spc && !inword(sel_pos(ps)))) in set_selection_kernel()240 spc = isspace(sel_pos(pe)); in set_selection_kernel()243 if ((spc && !isspace(sel_pos(pe))) || in set_selection_kernel()244 (!spc && !inword(sel_pos(pe)))) in set_selection_kernel()269 isspace(sel_pos(new_sel_end))) { in set_selection_kernel()271 if (!isspace(sel_pos(pe)) || in set_selection_kernel()274 if (isspace(sel_pos(pe))) in set_selection_kernel()[all …]