Home | History | Annotate | Download | only in fmt

Lines Matching defs:outbuf

76 static struct buffer outbuf;
110 buf_init(&outbuf);
172 buf_end(&outbuf);
453 if (outbuf.bptr == outbuf.ptr)
460 s = outbuf.ptr - outbuf.bptr;
468 buf_putc(&outbuf, *cp++);
476 buf_putc(&outbuf, *cp++);
481 * its way. Reset outbuf.
486 if (outbuf.bptr == outbuf.ptr)
488 buf_putc(&outbuf, '\0');
489 (void)buf_unputc(&outbuf);
490 tabulate(&outbuf);
491 buf_reset(&outbuf);
541 buf_reset(&outbuf);
544 buf_putc(&outbuf, ' ');