Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mandoc/
H A Dhtml.c58 #define HTML_INDENT (1 << 7) /* Indent content by two spaces. */ macro
64 {"head", HTML_NLALL | HTML_INDENT},
67 {"style", HTML_NLALL | HTML_INDENT},
72 {"table", HTML_NLALL | HTML_INDENT},
73 {"tr", HTML_NLALL | HTML_INDENT},
75 {"li", HTML_NLAROUND | HTML_INDENT},
76 {"ul", HTML_NLALL | HTML_INDENT},
77 {"ol", HTML_NLALL | HTML_INDENT},
78 {"dl", HTML_NLALL | HTML_INDENT},
80 {"dd", HTML_NLAROUND | HTML_INDENT},
[all …]