Searched refs:HTML_NOSTACK (Results 1 – 1 of 1) sorted by relevance
50 #define HTML_NOSTACK (1 << 2) /* Does not have an end tag. */ macro65 {"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()