Lines Matching refs:ps
163 int i, ps, pe, multiplier;
183 ps = ys * vc->vc_size_row + (xs << 1);
198 if (ps > pe) /* make sel_start <= sel_end */
200 int tmp = ps;
201 ps = pe;
218 new_sel_start = ps;
222 spc = isspace(sel_pos(ps));
223 for (new_sel_start = ps; ; ps -= 2)
225 if ((spc && !isspace(sel_pos(ps))) ||
226 (!spc && !inword(sel_pos(ps))))
228 new_sel_start = ps;
229 if (!(ps % vc->vc_size_row))
244 new_sel_start = ps - ps % vc->vc_size_row;