Home
last modified time | relevance | path

Searched refs:bufcat_su (Results 1 – 5 of 5) sorted by relevance

/titanic_50/usr/src/cmd/mandoc/
H A Dmdoc_html.c686 bufcat_su(h, "width", &su); in mdoc_nm_pre()
861 bufcat_su(h, "margin-top", &su); in mdoc_it_pre()
886 bufcat_su(h, "margin-top", &su); in mdoc_it_pre()
904 bufcat_su(h, "margin-left", &su); in mdoc_it_pre()
910 bufcat_su(h, "margin-top", &su); in mdoc_it_pre()
959 bufcat_su(h, "width", &su); in mdoc_bl_pre()
961 bufcat_su(h, "min-width", &su); in mdoc_bl_pre()
971 bufcat_su(h, "margin-top", &su); in mdoc_bl_pre()
972 bufcat_su(h, "margin-bottom", &su); in mdoc_bl_pre()
984 bufcat_su(h, "margin-left", &su); in mdoc_bl_pre()
[all …]
H A Dman_html.c372 bufcat_su(h, "height", &su); in man_br_pre()
552 bufcat_su(h, "margin-left", &su); in man_HP_pre()
554 bufcat_su(h, "text-indent", &su); in man_HP_pre()
650 bufcat_su(h, "margin-left", &su); in man_RS_pre()
H A Dtbl_html.c71 bufcat_su(h, "width", &su); in html_tblopen()
H A Dhtml.h171 void bufcat_su(struct html *, const char *,
H A Dhtml.c737 bufcat_su(struct html *h, const char *p, const struct roffsu *su) in bufcat_su() function