Lines Matching refs:dp
238 char* dp;
286 dp = buf;
321 *dp++ = '\\';
322 *dp++ = 'n';
329 *dp++ = '\n';
342 if (x && dp != buf && *(dp - 1) != ' ')
343 *dp++ = ' ';
344 *dp++ = '\\';
357 if (x && c != '\n' && dp != buf && *(dp - 1) != ' ')
358 *dp++ = ' ';
367 if (c == ' ' && (dp == buf || *(dp - 1) == ' '))
381 *dp++ = '\\';
386 *dp++ = '\\';
391 *dp++ = '\\';
396 *dp++ = '\\';
404 *dp++ = c;
411 *dp++ = c;
412 *dp = 0;
489 while (cp < lp && *cp != ' ' && *cp != '\t' && *cp != ']' && dp < &buf[sizeof(buf)-3])
490 *dp++ = *cp++;
492 *dp++ = *cp++;
493 *dp = 0;
495 dp = buf;
508 if (dp > buf)
510 dp--;
523 ep = dp;
524 c = isoption(fp, 'o') ? 1 : TABSZ - (dp - buf) % TABSZ;
525 if (dp >= &buf[sizeof(buf) - c - 3])
531 *dp++ = ' ';
536 if (dp >= &buf[sizeof(buf) - 3])
538 tp = dp;
542 cp -= dp - tp;
543 dp = tp;
552 ep = dp;
553 *dp++ = c;
558 *dp = 0;