Searched refs:sel_pos (Results 1 – 2 of 2) sorted by relevance
60 sel_pos(int n) in sel_pos() function196 spc = isspace(sel_pos(ps)); in set_selection()199 if ((spc && !isspace(sel_pos(ps))) || in set_selection()200 (!spc && !inword(sel_pos(ps)))) in set_selection()206 spc = isspace(sel_pos(pe)); in set_selection()209 if ((spc && !isspace(sel_pos(pe))) || in set_selection()210 (!spc && !inword(sel_pos(pe)))) in set_selection()235 isspace(sel_pos(new_sel_end))) { in set_selection()237 if (!isspace(sel_pos(pe)) || in set_selection()240 if (isspace(sel_pos(pe))) in set_selection()[all …]
24 static unsigned char sel_pos(int n) in sel_pos() function82 ishardspace(sel_pos(new_sel_end))) { in speakup_set_selection()84 if (!ishardspace(sel_pos(pe)) || in speakup_set_selection()87 if (ishardspace(sel_pos(pe))) in speakup_set_selection()107 *bp = sel_pos(i); in speakup_set_selection()