Lines Matching refs:psl
62 #define psl PS.len macro
88 fwrite(ps, 1, psl, outfile); \
134 psl = 0; in process()
144 if (psl == 0 || in process()
145 (p = memchr(ps, '\n', psl)) == NULL) { in process()
149 psl -= (p + 1) - ps; in process()
150 memmove(ps, p + 1, psl); in process()
161 cspace(&HS, ps, psl, REPLACE); in process()
165 cspace(&HS, ps, psl, APPEND); in process()
171 lputs(ps, psl); in process()
195 if ((p = memchr(ps, '\n', psl)) != NULL) { in process()
196 oldpsl = psl; in process()
198 psl = p - ps; in process()
203 psl = oldpsl; in process()
244 if (write(cp->u.fd, ps, psl) != (ssize_t)psl || in process()
263 if (pd || psl == 0) in process()
287 ((a)->type == AT_RE ? regexec_e((a)->u.r, ps, 0, 1, 0, psl) : \
399 if (!regexec_e(re, ps, 0, 0, 0, psl)) in substitute()
403 slen = psl; in substitute()
431 slen = psl - match[0].rm_eo; in substitute()
450 regexec_e(re, ps, REG_NOTBOL, 0, le, psl)); in substitute()
479 if (write(cp->u.s->wfd, ps, psl) != (ssize_t)psl || in substitute()
503 for (p = ps; p < &ps[psl]; p++) in do_tr()
513 for (p = ps, left = psl; left > 0; p += clen, left -= clen) { in do_tr()