Home | History | Annotate | Download | only in fmt

Lines Matching defs:cbuf

213 	struct buffer lbuf, cbuf;
259 buf_init(&cbuf);
290 buf_reset(&cbuf);
294 buf_putc(&cbuf, c);
298 buf_putc(&cbuf, ' ');
306 for (cp2 = cbuf.ptr - 1; cp2 >= cbuf.bptr && *cp2 == ' '; cp2--)
308 cbuf.ptr = cp2 + 1;
309 buf_putc(&cbuf, '\0');
310 (void)buf_unputc(&cbuf);
311 prefix(&cbuf, add_space);
315 buf_end(&cbuf);