Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/mandoc/
H A Dhtml.h168 void bufcat_id(struct html *, const char *);
H A Dmdoc_html.c562 bufcat_id(h, n->string); in mdoc_sh_pre()
564 bufcat_id(h, " "); in mdoc_sh_pre()
592 bufcat_id(h, n->string); in mdoc_ss_pre()
594 bufcat_id(h, " "); in mdoc_ss_pre()
1110 bufcat_id(h, n->string); in mdoc_sx_pre()
1112 bufcat_id(h, " "); in mdoc_sx_pre()
H A Dhtml.c751 bufcat_id(struct html *h, const char *src) in bufcat_id() function