Searched refs:bufcat (Results 1 – 3 of 3) sorted by relevance
/titanic_44/usr/src/cmd/mandoc/ |
H A D | html.c | 650 bufcat(h, key); in bufcat_style() 651 bufcat(h, ":"); in bufcat_style() 652 bufcat(h, val); in bufcat_style() 653 bufcat(h, ";"); in bufcat_style() 657 bufcat(struct html *h, const char *p) in bufcat() function 697 bufcat(h, name); in buffmt_includes() 706 bufcat(h, pp); in buffmt_includes() 722 bufcat(h, sec ? sec : "1"); in buffmt_man() 734 bufcat(h, pp); in buffmt_man()
|
H A D | html.h | 151 void bufcat(struct html *, const char *);
|
H A D | mdoc_html.c | 585 bufcat(h, "x"); in mdoc_sh_pre() 616 bufcat(h, "x"); in mdoc_ss_pre() 1157 bufcat(h, "#x"); in mdoc_sx_pre() 1677 bufcat(h, "mailto:"); in mdoc_mt_pre() 1678 bufcat(h, n->string); in mdoc_mt_pre()
|