Searched refs:HTML_NOSTACK (Results 1 – 1 of 1) sorted by relevance
49 #define HTML_NOSTACK (1 << 2) /* Does not have an end tag. */ macro64 {"meta", HTML_NOSTACK | HTML_NLALL},65 {"link", HTML_NOSTACK | HTML_NLALL},94 {"br", HTML_INPHRASE | HTML_NOSTACK | HTML_NLALL},95 {"hr", HTML_INPHRASE | HTML_NOSTACK},663 if ((tflags & HTML_NOSTACK) == 0) { in print_otag()781 if (htmltags[tag].flags & HTML_NOSTACK) in print_otag()