Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mandoc/
H A Dhtml.c53 #define HTML_NLEND (1 << 5) /* Output line break before closing. */ macro
56 #define HTML_NLINSIDE (HTML_NLBEGIN | HTML_NLEND)
852 if (tflags & HTML_NLEND) in print_ctag()