Home
last modified time | relevance | path

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

/illumos-gate/usr/src/test/util-tests/tests/awk/gnu/
H A Dfunstack.awk689 print HTML_TOC
695 HTML_TOC = HTML_TOC " <A HREF=\"#" html_label() "\">"
696 HTML_TOC = HTML_TOC vol_no_month_year()
697 HTML_TOC = HTML_TOC "</A><BR>" "\n"
/illumos-gate/usr/src/cmd/mandoc/
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()