Searched refs:bufcat_id (Results 1 – 3 of 3) sorted by relevance
168 void bufcat_id(struct html *, const char *);
562 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()
751 bufcat_id(struct html *h, const char *src) in bufcat_id() function