Home
last modified time | relevance | path

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

/freebsd/contrib/mandoc/
H A Dmdoc_macro.c39 static void blk_full(MACRO_PROT_ARGS);
70 { blk_full, MDOC_PARSED | MDOC_JOIN }, /* Sh */
71 { blk_full, MDOC_PARSED | MDOC_JOIN }, /* Ss */
75 { blk_full, MDOC_EXPLICIT }, /* Bd */
77 { blk_full, MDOC_EXPLICIT }, /* Bl */
79 { blk_full, MDOC_PARSED | MDOC_JOIN }, /* It */
99 { blk_full, MDOC_JOIN }, /* Nd */
128 { blk_full, MDOC_EXPLICIT }, /* Bf */
164 { blk_full, MDOC_EXPLICIT }, /* Rs */
177 { blk_full, MDOC_EXPLICIT | MDOC_CALLABLE }, /* Fo */
[all …]
H A DTODO177 - edge case: decide how to deal with blk_full bad nesting, e.g.