Searched refs:bufcat_fmt (Results 1 – 4 of 4) sorted by relevance
/titanic_41/usr/src/cmd/mandoc/ |
H A D | html.c | 665 bufcat_fmt(struct html *h, const char *fmt, ...) in bufcat_fmt() function 725 bufcat_fmt(h, name); in buffmt_man() 746 bufcat_fmt(h, "%s: %.2f%s;", p, v, roffscales[su->unit]); in bufcat_su() 756 bufcat_fmt(h, "%.2x", *src++); in bufcat_id()
|
H A D | html.h | 150 void bufcat_fmt(struct html *, const char *, ...);
|
H A D | man_html.c | 189 bufcat_fmt(h, "%s(%s)", man->title, man->msec); in print_man_head()
|
H A D | mdoc_html.c | 384 bufcat_fmt(h, "%s(%s)", meta->title, meta->msec); in print_mdoc_head() 387 bufcat_fmt(h, " (%s)", meta->arch); in print_mdoc_head()
|