Home
last modified time | relevance | path

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

/NextBSD/contrib/mdocml/
HDmdoc_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 …]
HDman_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()
HDtbl_html.c71 bufcat_su(h, "width", &su); in html_tblopen()
HDhtml.h171 void bufcat_su(struct html *, const char *,
HDhtml.c737 bufcat_su(struct html *h, const char *p, const struct roffsu *su) in bufcat_su() function