Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/mandoc/
H A Dconfig.h10 #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.h492 MANDOC_OS_OTHER = 0, enumerator
H A Dconfigure251 OSENUM=MANDOC_OS_OTHER
H A Dman_validate.c543 if (man->meta.os_e == MANDOC_OS_OTHER && man->meta.os != NULL) { in post_TH()
H A Dcgi.c889 MPARSE_VALIDATE, MANDOC_OS_OTHER, req->q.manpath); in resp_format()
H A Dconfigure.local.example92 OSENUM=MANDOC_OS_OTHER
H A Dmain.c204 os_e = MANDOC_OS_OTHER; in main()
H A Dmandocdb.c432 mp = mparse_alloc(mparse_options, MANDOC_OS_OTHER, NULL); in mandocdb()
H A Dmdoc_validate.c2968 if (mdoc->meta.os_e == MANDOC_OS_OTHER) { in post_os()