Lines Matching refs:psl
60 #define psl PS.len macro
84 (void) fwrite(ps, 1, psl, outfile); \
129 psl = 0; in process()
139 if (psl == 0 || in process()
140 (p = memchr(ps, '\n', psl)) == NULL) { in process()
144 psl -= in process()
146 (void) memmove(ps, p + 1, psl); in process()
157 cspace(&HS, ps, psl, REPLACE); in process()
161 cspace(&HS, ps, psl, APPEND); in process()
167 lputs(ps, psl); in process()
191 if ((p = memchr(ps, '\n', psl)) != NULL) { in process()
192 oldpsl = psl; in process()
193 psl = (uintptr_t)p - (uintptr_t)ps; in process()
197 psl = oldpsl; in process()
233 if (write(cp->u.fd, ps, psl) != (ssize_t)psl || in process()
251 if (pd || psl == 0) in process()
275 ((a)->type == AT_RE ? regexec_e((a)->u.r, ps, 0, 1, psl) : \
378 if (!regexec_e(re, s, 0, 0, psl)) in substitute()
382 slen = psl; in substitute()
460 if (write(cp->u.s->wfd, ps, psl) != (ssize_t)psl || in substitute()
484 for (p = ps; p < &ps[psl]; p++) in do_tr()
494 for (p = ps, left = psl; left > 0; p += clen, left -= clen) { in do_tr()