Searched refs:blk_full (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/external/bsd/mdocml/dist/ |
H A D | mdoc_macro.c | 36 static void blk_full(MACRO_PROT_ARGS); 67 { blk_full, MDOC_PARSED | MDOC_JOIN }, /* Sh */ 68 { blk_full, MDOC_PARSED | MDOC_JOIN }, /* Ss */ 72 { blk_full, MDOC_EXPLICIT }, /* Bd */ 74 { blk_full, MDOC_EXPLICIT }, /* Bl */ 76 { blk_full, MDOC_PARSED | MDOC_JOIN }, /* It */ 96 { blk_full, MDOC_JOIN }, /* Nd */ 125 { blk_full, MDOC_EXPLICIT }, /* Bf */ 161 { blk_full, MDOC_EXPLICIT }, /* Rs */ 174 { blk_full, MDOC_EXPLICIT | MDOC_CALLABLE }, /* Fo */ [all …]
|
H A D | TODO | 75 - edge case: decide how to deal with blk_full bad nesting, e.g.
|