Home
last modified time | relevance | path

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

/freebsd/contrib/mandoc/
H A Dhtml.c53 #define HTML_NLBEGIN (1 << 4) /* Output line break after opening. */ macro
57 #define HTML_NLINSIDE (HTML_NLBEGIN | HTML_NLEND)
788 if (tflags & HTML_NLBEGIN) in print_otag()