Searched refs:MPARSE_MDOC (Results 1 – 4 of 4) sorted by relevance
25 #define MPARSE_MDOC (1 << 0) /* assume -mdoc */ macro
116 format = MPARSE_MDOC; in choose_parser()131 if (format == MPARSE_MDOC) { in choose_parser()672 if (curp->options & MPARSE_MDOC) { in mparse_alloc()
778 r->format = r->options & (MPARSE_MDOC | MPARSE_MAN); in roff_reset()808 r->format = options & (MPARSE_MDOC | MPARSE_MAN); in roff_alloc()3299 r->format = MPARSE_MDOC; in roff_Dd()3300 mask = MPARSE_MDOC | MPARSE_QUICK; in roff_Dd()
632 options |= MPARSE_MDOC; in main()