Searched refs:MPARSE_MDOC (Results 1 – 4 of 4) sorted by relevance
25 #define MPARSE_MDOC (1 << 0) /* assume -mdoc */ macro
109 format = MPARSE_MDOC; in choose_parser()124 if (format == MPARSE_MDOC) { in choose_parser()655 if (curp->options & MPARSE_MDOC) { in mparse_alloc()
770 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()
1060 *options |= MPARSE_MDOC; in moptions()