Searched refs:bufcat (Results 1 – 3 of 3) sorted by relevance
/titanic_50/usr/src/cmd/mandoc/ |
H A D | html.c | 644 bufcat(h, key); in bufcat_style() 645 bufcat(h, ":"); in bufcat_style() 646 bufcat(h, val); in bufcat_style() 647 bufcat(h, ";"); in bufcat_style() 651 bufcat(struct html *h, const char *p) in bufcat() function 697 bufcat(h, name); in buffmt_includes() 706 bufcat(h, pp); in buffmt_includes() 721 bufcat(h, sec ? sec : "1"); in buffmt_man() 733 bufcat(h, pp); in buffmt_man()
|
H A D | html.h | 167 void bufcat(struct html *, const char *);
|
H A D | mdoc_html.c | 362 bufcat(h, meta->title); in print_mdoc_head() 559 bufcat(h, "x"); in mdoc_sh_pre() 589 bufcat(h, "x"); in mdoc_ss_pre() 1107 bufcat(h, "#x"); in mdoc_sx_pre() 1627 bufcat(h, "mailto:"); in mdoc_mt_pre() 1628 bufcat(h, n->string); in mdoc_mt_pre()
|