Lines Matching refs:psl
62 #define psl PS.len macro
86 (void) fwrite(ps, 1, psl, outfile); \
131 psl = 0; in process()
141 if (psl == 0 || in process()
142 (p = memchr(ps, '\n', psl)) == NULL) { in process()
146 psl -= in process()
148 (void) memmove(ps, p + 1, psl); in process()
159 cspace(&HS, ps, psl, REPLACE); in process()
163 cspace(&HS, ps, psl, APPEND); in process()
169 lputs(ps, psl); in process()
193 if ((p = memchr(ps, '\n', psl)) != NULL) { in process()
194 oldpsl = psl; in process()
195 psl = (uintptr_t)p - (uintptr_t)ps; in process()
199 psl = oldpsl; in process()
235 if (write(cp->u.fd, ps, psl) != (ssize_t)psl || in process()
253 if (pd || psl == 0) in process()
281 return (regexec_e(a->u.r, ps, 0, 1, psl)); in MATCH()
392 if (!regexec_e(re, s, 0, 0, psl)) in substitute()
396 slen = psl; in substitute()
474 if (write(cp->u.s->wfd, ps, psl) != (ssize_t)psl || in substitute()
498 for (p = ps; p < &ps[psl]; p++) in do_tr()
508 for (p = ps, left = psl; left > 0; p += clen, left -= clen) { in do_tr()