Searched refs:MDOC_PARSED (Results 1 - 2 of 2) sorted by relevance

/openbsd-current/usr.bin/mandoc/
H A Dmdoc_macro.c65 { blk_full, MDOC_PARSED | MDOC_JOIN }, /* Sh */
66 { blk_full, MDOC_PARSED | MDOC_JOIN }, /* Ss */
68 { blk_part_imp, MDOC_PARSED | MDOC_JOIN }, /* D1 */
69 { blk_part_imp, MDOC_PARSED | MDOC_JOIN }, /* Dl */
74 { blk_full, MDOC_PARSED | MDOC_JOIN }, /* It */
75 { in_line, MDOC_CALLABLE | MDOC_PARSED }, /* Ad */
76 { in_line, MDOC_CALLABLE | MDOC_PARSED | MDOC_JOIN }, /* An */
77 { in_line_argn, MDOC_CALLABLE | MDOC_PARSED |
79 { in_line, MDOC_CALLABLE | MDOC_PARSED }, /* Ar */
80 { in_line, MDOC_CALLABLE | MDOC_PARSED | MDOC_JOI
[all...]
H A Dlibmdoc.h34 #define MDOC_PARSED (1 << 1) macro

Completed in 402 milliseconds