Searched refs:MDOC_PARSED (Results 1 – 2 of 2) sorted by relevance
/titanic_50/usr/src/cmd/mandoc/ |
H A D | mdoc_macro.c | 58 { in_line_argn, MDOC_CALLABLE | MDOC_PARSED | MDOC_JOIN }, /* Ap */ 62 { blk_full, MDOC_PARSED | MDOC_JOIN }, /* Sh */ 63 { blk_full, MDOC_PARSED | MDOC_JOIN }, /* Ss */ 65 { blk_part_imp, MDOC_PARSED | MDOC_JOIN }, /* D1 */ 66 { blk_part_imp, MDOC_PARSED | MDOC_JOIN }, /* Dl */ 71 { blk_full, MDOC_PARSED | MDOC_JOIN }, /* It */ 72 { in_line, MDOC_CALLABLE | MDOC_PARSED }, /* Ad */ 73 { in_line, MDOC_CALLABLE | MDOC_PARSED | MDOC_JOIN }, /* An */ 74 { in_line, MDOC_CALLABLE | MDOC_PARSED }, /* Ar */ 75 { in_line, MDOC_CALLABLE | MDOC_PARSED | MDOC_JOIN }, /* Cd */ [all …]
|
H A D | libmdoc.h | 60 #define MDOC_PARSED (1 << 1) macro
|