Home
last modified time | relevance | path

Searched refs:TAG_DD (Results 1 – 3 of 3) sorted by relevance

/dragonfly/contrib/mdocml/
H A Dhtml.h40 TAG_DD, enumerator
H A Dmdoc_html.c763 print_otag(h, TAG_DD, ""); in mdoc_it_pre()
776 print_otag(h, TAG_DD, "s", "width", "auto"); in mdoc_it_pre()
779 print_otag(h, TAG_DD, ""); in mdoc_it_pre()
H A Dman_html.c477 body_elem = list_type == ' ' ? TAG_DD : TAG_LI; in man_IP_pre()