Searched refs:TAG_DIV (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/mandoc/ |
H A D | html.h | 31 TAG_DIV, enumerator
|
H A D | man_html.c | 274 t = print_otag(h, TAG_DIV, "cr?", "head", "doc-pageheader", in man_root_pre() 297 t = print_otag(h, TAG_DIV, "cr?", "foot", "doc-pagefooter", in man_root_post() 633 print_otag(h, TAG_DIV, "c", "Bd-indent"); in man_RS_pre()
|
H A D | mdoc_html.c | 458 t = print_otag(h, TAG_DIV, "cr?", "foot", "doc-pagefooter", in mdoc_root_post() 491 t = print_otag(h, TAG_DIV, "cr?", "head", "doc-pageheader", in mdoc_root_pre() 871 print_otag(h, TAG_DIV, "c", "Bd-indent"); in mdoc_bl_pre() 926 print_otag_id(h, TAG_DIV, "Bd Bd-indent", n); in mdoc_d1_pre() 986 print_otag_id(h, TAG_DIV, buf, n); in mdoc_bd_pre() 1428 print_otag(h, TAG_DIV, "c", cattr); in mdoc_bf_pre()
|