Home
last modified time | relevance | path

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

/dragonfly/contrib/mdocml/
H A Dhtml.h113 #define HTML_TOC (1 << 1) /* emit a table of contents */ macro
H A Dhtml.c154 h->oflags |= HTML_TOC; in html_alloc()
H A Dmdoc_html.c525 if ((h->oflags & HTML_TOC) == 0 || in mdoc_sh_pre()