Searched refs:bufcat (Results 1 – 3 of 3) sorted by relevance
| /trueos/contrib/mdocml/ |
| HD | html.c | 592 bufcat(h, key); in bufcat_style() 593 bufcat(h, ":"); in bufcat_style() 594 bufcat(h, val); in bufcat_style() 595 bufcat(h, ";"); in bufcat_style() 599 bufcat(struct html *h, const char *p) in bufcat() function 639 bufcat(h, name); in buffmt_includes() 648 bufcat(h, pp); in buffmt_includes() 664 bufcat(h, sec ? sec : "1"); in buffmt_man() 676 bufcat(h, pp); in buffmt_man()
|
| HD | html.h | 149 void bufcat(struct html *, const char *);
|
| HD | mdoc_html.c | 588 bufcat(h, "x"); in mdoc_sh_pre() 619 bufcat(h, "x"); in mdoc_ss_pre() 1160 bufcat(h, "#x"); in mdoc_sx_pre() 1680 bufcat(h, "mailto:"); in mdoc_mt_pre() 1681 bufcat(h, n->string); in mdoc_mt_pre()
|