Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/mandoc/
H A Dhtml.h109 #define HTML_TOC (1 << 1) /* emit a table of contents */ macro
H A Dhtml.c143 h->oflags |= HTML_TOC; in html_alloc()
H A Dmdoc_html.c532 if ((h->oflags & HTML_TOC) == 0 || in mdoc_sh_pre()