Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/mandoc/
H A Dterm.c36 static void bufferc(struct termp *, char);
401 bufferc(p, ' '); in term_word()
403 bufferc(p, ' '); in term_word()
405 bufferc(p, ASCII_NBRSP); in term_word()
537 bufferc(struct termp *p, char c) in bufferc() function