Home
last modified time | relevance | path

Searched refs:TAG_DL (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/mandoc/
H A Dhtml.h38 TAG_DL, enumerator
H A Dmdoc_html.c841 elemtype = TAG_DL; in mdoc_bl_pre()
845 elemtype = TAG_DL; in mdoc_bl_pre()
849 elemtype = TAG_DL; in mdoc_bl_pre()
853 elemtype = TAG_DL; in mdoc_bl_pre()
859 print_otag_id(h, TAG_DL, in mdoc_bl_pre()
H A Dman_html.c248 while (t->tag != TAG_DL && t->tag != TAG_UL) in print_man_node()
459 list_elem = TAG_DL; in man_IP_pre()
/illumos-gate/usr/src/contrib/ast/src/lib/libast/misc/
H A Doptget.c84 #define TAG_DL 2 macro
3805 pt->id = TAG_DL; in opthelp()
3816 if (pt->id == TAG_DL) in opthelp()