Home
last modified time | relevance | path

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

/netbsd-src/external/historical/nawk/dist/testdir/
H A Dfunstack.awk687 print HTML_TOC
693 HTML_TOC = HTML_TOC " <A HREF=\"#" html_label() "\">"
694 HTML_TOC = HTML_TOC vol_no_month_year()
695 HTML_TOC = HTML_TOC "</A><BR>" "\n"
/netbsd-src/external/bsd/mdocml/dist/
H A Dhtml.h118 #define HTML_TOC (1 << 1) /* emit a table of contents */ macro
H A Dhtml.c142 h->oflags |= HTML_TOC; in html_alloc()
H A Dmdoc_html.c532 if ((h->oflags & HTML_TOC) == 0 || in mdoc_sh_pre()