Home
last modified time | relevance | path

Searched refs:buf_putc (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/usr.bin/fmt/
H A Dfmt.c278 buf_putc(&lbuf, c); in fmt()
281 buf_putc(&lbuf, '\0'); in fmt()
294 buf_putc(&cbuf, c); in fmt()
298 buf_putc(&cbuf, ' '); in fmt()
309 buf_putc(&cbuf, '\0'); in fmt()
399 buf_putc(&word, *cp++); in split()
400 buf_putc(&word, *cp++); in split()
409 buf_putc(&word, ' '); in split()
411 buf_putc(&word, ' '); in split()
414 buf_putc(&word, *cp++); in split()
[all …]
H A Dbuffer.h83 buf_putc(struct buffer *buf, wchar_t c) in buf_putc() function