Home
last modified time | relevance | path

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

/openbsd-src/usr.bin/mandoc/
H A Dhtml.c52 #define HTML_NLEND (1 << 5) /* Output line break before closing. */ macro
55 #define HTML_NLINSIDE (HTML_NLBEGIN | HTML_NLEND)
859 if (tflags & HTML_NLEND) in print_ctag()