Home
last modified time | relevance | path

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

/openbsd-src/usr.bin/mandoc/
H A Dmain.c76 OUTT_HTML, /* -Thtml */ enumerator
282 outst.outtype = OUTT_HTML; in main()
619 case OUTT_HTML: in main()
885 outst->outtype == OUTT_HTML ? ".html" : "", in process_onefile()
952 else if (outst->outtype == OUTT_HTML) in parse()
963 case OUTT_HTML: in parse()
988 case OUTT_HTML: in parse()
1056 case OUTT_HTML: in outdata_alloc()
1311 if (outst->outtype == OUTT_HTML && tag_target != NULL) in spawn_pager()