Lines Matching defs:psl
56 #define psl PS.len
81 fwrite(ps, 1, psl, outfile);\
124 psl = 0;
134 if (psl == 0 ||
135 (p = memchr(ps, '\n', psl)) == NULL) {
139 psl -= (p + 1) - ps;
140 memmove(ps, p + 1, psl);
151 cspace(&HS, ps, psl, REPLACE);
155 cspace(&HS, ps, psl, 0);
161 lputs(ps, psl);
185 if ((p = memchr(ps, '\n', psl)) != NULL) {
186 oldpsl = psl;
187 psl = p - ps;
190 psl = oldpsl;
230 if ((size_t)write(cp->u.fd, ps, psl) != psl ||
243 if (pd || psl == 0)
245 for (p = ps, len = psl; len--; ++p)
268 (a)->type == AT_RE ? regexec_e((a)->u.r, ps, 0, 1, 0, psl) : \
350 if (!regexec_e(re, ps, 0, 0, 0, psl))
354 slen = psl;
382 slen = psl - match[0].rm_eo;
401 regexec_e(re, ps, REG_NOTBOL, 0, le, psl));
430 if ((size_t)write(cp->u.s->wfd, ps, psl) != psl ||