Home
last modified time | relevance | path

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

/netbsd/src/external/bsd/mdocml/dist/
Dmandoc_parse.h25 #define MPARSE_MDOC (1 << 0) /* assume -mdoc */ macro
Dread.c109 format = MPARSE_MDOC; in choose_parser()
124 if (format == MPARSE_MDOC) { in choose_parser()
655 if (curp->options & MPARSE_MDOC) { in mparse_alloc()
Droff.c770 r->format = r->options & (MPARSE_MDOC | MPARSE_MAN); in roff_reset()
800 r->format = options & (MPARSE_MDOC | MPARSE_MAN); in roff_alloc()
3180 r->format = MPARSE_MDOC; in roff_Dd()
3181 mask = MPARSE_MDOC | MPARSE_QUICK; in roff_Dd()
Dmain.c1060 *options |= MPARSE_MDOC; in moptions()