Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mandoc/
H A Dhtml.c50 #define HTML_NOSTACK (1 << 2) /* Does not have an end tag. */ macro
65 {"meta", HTML_NOSTACK | HTML_NLALL},
66 {"link", HTML_NOSTACK | HTML_NLALL},
93 {"br", HTML_INPHRASE | HTML_NOSTACK | HTML_NLALL},
94 {"hr", HTML_INPHRASE | HTML_NOSTACK},
659 if ((tflags & HTML_NOSTACK) == 0) { in print_otag()
774 if (htmltags[tag].flags & HTML_NOSTACK) in print_otag()