Searched refs:bufcat_su (Results 1 – 5 of 5) sorted by relevance
| /NextBSD/contrib/mdocml/ |
| HD | mdoc_html.c | 686 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 …]
|
| HD | man_html.c | 372 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()
|
| HD | tbl_html.c | 71 bufcat_su(h, "width", &su); in html_tblopen()
|
| HD | html.h | 171 void bufcat_su(struct html *, const char *,
|
| HD | html.c | 737 bufcat_su(struct html *h, const char *p, const struct roffsu *su) in bufcat_su() function
|