Home
last modified time | relevance | path

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

/freebsd/contrib/mandoc/
H A Dconfig.h10 #define OSENUM MANDOC_OS_OTHER
H A Dmandocd.c209 MPARSE_VALIDATE, MANDOC_OS_OTHER, defos); in main()
H A Ddemandoc.c91 MPARSE_VALIDATE, MANDOC_OS_OTHER, NULL); in main()
H A Droff.h493 MANDOC_OS_OTHER = 0, enumerator
H A Dconfigure254 OSENUM=MANDOC_OS_OTHER
H A Dman_validate.c533 if (man->meta.os_e == MANDOC_OS_OTHER && man->meta.os != NULL) { in post_TH()
H A Dcgi.c918 MPARSE_VALIDATE, MANDOC_OS_OTHER, req->q.manpath); in resp_format()
H A Dconfigure.local.example92 OSENUM=MANDOC_OS_OTHER
H A Dmain.c206 os_e = MANDOC_OS_OTHER; in main()
H A Dmandocdb.c434 mp = mparse_alloc(mparse_options, MANDOC_OS_OTHER, NULL); in mandocdb()
H A Dmdoc_validate.c2987 if (mdoc->meta.os_e == MANDOC_OS_OTHER) { in post_os()