Home
last modified time | relevance | path

Searched refs:MDOC_JOIN (Results 1 – 2 of 2) sorted by relevance

/titanic_50/usr/src/cmd/mandoc/
H A Dmdoc_macro.c58 { 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 */
68 { blk_exp_close, MDOC_EXPLICIT | MDOC_JOIN }, /* Ed */
70 { blk_exp_close, MDOC_EXPLICIT | MDOC_JOIN }, /* El */
71 { blk_full, MDOC_PARSED | MDOC_JOIN }, /* It */
73 { in_line, MDOC_CALLABLE | MDOC_PARSED | MDOC_JOIN }, /* An */
75 { in_line, MDOC_CALLABLE | MDOC_PARSED | MDOC_JOIN }, /* Cd */
[all …]
H A Dlibmdoc.h64 #define MDOC_JOIN (1 << 5) macro