Home
last modified time | relevance | path

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

/src/contrib/mandoc/
H A Dhtml.c51 #define HTML_NOSTACK (1 << 2) /* Does not have an end tag. */ macro
66 {"meta", HTML_NOSTACK | HTML_NLALL},
67 {"link", HTML_NOSTACK | HTML_NLALL},
96 {"br", HTML_INPHRASE | HTML_NOSTACK | HTML_NLALL},
97 {"hr", HTML_INPHRASE | HTML_NOSTACK},
665 if ((tflags & HTML_NOSTACK) == 0) { in print_otag()
783 if (htmltags[tag].flags & HTML_NOSTACK) in print_otag()