Searched refs:sel_pos (Results 1 – 2 of 2) sorted by relevance
61 sel_pos(int n) in sel_pos() function218 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()[all …]
30 static unsigned char sel_pos(int n) in sel_pos() function84 ishardspace(sel_pos(new_sel_end))) { in speakup_set_selection()86 if (!ishardspace(sel_pos(pe)) || in speakup_set_selection()89 if (ishardspace(sel_pos(pe))) in speakup_set_selection()108 *bp = sel_pos(i); in speakup_set_selection()