Home
last modified time | relevance | path

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

/netbsd/src/external/bsd/mdocml/dist/
Dhtml.h118 #define HTML_TOC (1 << 1) /* emit a table of contents */ macro
Dhtml.c142 h->oflags |= HTML_TOC; in html_alloc()
Dmdoc_html.c532 if ((h->oflags & HTML_TOC) == 0 || in mdoc_sh_pre()