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

/freebsd-11-stable/contrib/mdocml/
H A Dmandoc.h407 #define MPARSE_MDOC 1 /* assume -mdoc */ macro
H A Dread.c305 format = MPARSE_MDOC;
320 if (format == MPARSE_MDOC) {
774 if (curp->options & MPARSE_MDOC) {
H A Dmain.c985 *options |= MPARSE_MDOC;
H A Droff.c737 r->format = r->options & (MPARSE_MDOC | MPARSE_MAN);
763 r->format = options & (MPARSE_MDOC | MPARSE_MAN);
2762 r->format = MPARSE_MDOC;
2763 mask = MPARSE_MDOC | MPARSE_QUICK;

Completed in 70 milliseconds