Lines Matching refs:sel_pos
67 sel_pos(int n, bool unicode)
207 u32 c = sel_pos(i, unicode);
241 spc = isspace(sel_pos(ps, unicode));
243 if ((spc && !isspace(sel_pos(ps, unicode))) ||
244 (!spc && !inword(sel_pos(ps, unicode))))
251 spc = isspace(sel_pos(pe, unicode));
253 if ((spc && !isspace(sel_pos(pe, unicode))) ||
254 (!spc && !inword(sel_pos(pe, unicode))))
279 isspace(sel_pos(new_sel_end, unicode))) {
281 if (!isspace(sel_pos(pe, unicode)) ||
284 if (isspace(sel_pos(pe, unicode)))