Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/mandoc/
H A Dconfig.h14 #define OSENUM MANDOC_OS_OTHER
H A Dmandocd.c175 MPARSE_VALIDATE, MANDOC_OS_OTHER, defos); in main()
H A Ddemandoc.c83 MPARSE_VALIDATE, MANDOC_OS_OTHER, NULL); in main()
H A Droff.h491 MANDOC_OS_OTHER = 0, enumerator
H A Dconfigure236 OSENUM=MANDOC_OS_OTHER
H A Dman_validate.c420 if (man->meta.os_e == MANDOC_OS_OTHER && man->meta.os != NULL) { in post_TH()
H A Dcgi.c864 MPARSE_VALIDATE, MANDOC_OS_OTHER, req->q.manpath); in resp_format()
H A Dconfigure.local.example79 OSENUM=MANDOC_OS_OTHER
H A Dmandocdb.c426 mp = mparse_alloc(mparse_options, MANDOC_OS_OTHER, NULL); in mandocdb()
H A Dmdoc_validate.c2725 if (mdoc->meta.os_e == MANDOC_OS_OTHER) { in post_os()