Searched refs:HTML_NLALL (Results 1 – 1 of 1) sorted by relevance
| /openbsd-src/usr.bin/mandoc/ |
| H A D | html.c | 56 #define HTML_NLALL (HTML_NLAROUND | HTML_NLINSIDE) macro 62 {"html", HTML_NLALL}, 63 {"head", HTML_NLALL | HTML_INDENT}, 64 {"meta", HTML_NOSTACK | HTML_NLALL}, 65 {"link", HTML_NOSTACK | HTML_NLALL}, 66 {"style", HTML_NLALL | HTML_INDENT}, 68 {"body", HTML_NLALL}, 69 {"main", HTML_NLALL}, 71 {"section", HTML_NLALL}, 72 {"nav", HTML_NLALL}, [all …]
|