Searched refs:HTML_NOSTACK (Results 1 – 1 of 1) sorted by relevance
45 #define HTML_NOSTACK (1 << 0) macro62 {"meta", HTML_NOSTACK | HTML_AUTOCLOSE | HTML_NLALL},70 {"link", HTML_NOSTACK | HTML_AUTOCLOSE | HTML_NLALL},71 {"br", HTML_NOSTACK | HTML_AUTOCLOSE | HTML_NLALL},594 if ((tflags & HTML_NOSTACK) == 0) { in print_otag()