Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/mandoc/
H A Dterm.c38 static void bufferc(struct termp *, char);
419 bufferc(p, ' '); in term_word()
421 bufferc(p, ' '); in term_word()
423 bufferc(p, ASCII_NBRSP); in term_word()
541 bufferc(struct termp *p, char c) in bufferc() function