Lines Matching defs:p
95 char *p;
97 p = NULL;
140 (p = memchr(ps, '\n', psl)) == NULL) {
145 (uintptr_t)(p + 1) - (uintptr_t)ps;
146 (void) memmove(ps, p + 1, psl);
183 case 'p':
191 if ((p = memchr(ps, '\n', psl)) != NULL) {
193 psl = (uintptr_t)p - (uintptr_t)ps;
196 if (p != NULL)
451 /* Handle the 'p' flag. */
452 if (cp->u.s->p)
475 char c, *p;
484 for (p = ps; p < &ps[psl]; p++)
485 *p = y->bytetab[(uchar_t)*p];
494 for (p = ps, left = psl; left > 0; p += clen, left -= clen) {
495 if ((c = y->bytetab[(uchar_t)*p]) != '\0') {
502 memcmp(p, y->multis[i].from,
510 cspace(&YS, p, 1, APPEND);
567 const char *p;
577 if (((p = getenv("COLUMNS")) != NULL) && (*p != '\0'))
578 termwidth = atoi(p);
614 (p = strchr(escapes, c)) != NULL) {
620 "\\abfrtv"[(uintptr_t)p - (uintptr_t)escapes]);
723 cspace(SPACE *sp, const char *p, size_t len, enum e_spflag spflag)
739 (void) memmove(sp->space + sp->len, p, len);