Lines Matching defs:p_next
266 char *anchor, *p, *p_next;284 for (anchor = p_next = obuf;285 (p_next = memchr(p_next, ESC, ob - p_next)) != NULL; )287 p = p_next;316 anchor = p_next = p;322 p_next = p;353 p_next = q;369 if (!is_ansi_end_0(*p) || p == p_next)381 p_next = anchor = p + 1;383 p_next++;