Searched refs:blk_exp_close (Results 1 – 1 of 1) sorted by relevance
/netbsd-src/external/bsd/mdocml/dist/ |
H A D | mdoc_macro.c | 37 static void blk_exp_close(MACRO_PROT_ARGS); 73 { blk_exp_close, MDOC_EXPLICIT | MDOC_JOIN }, /* Ed */ 75 { blk_exp_close, MDOC_EXPLICIT | MDOC_JOIN }, /* El */ 117 { blk_exp_close, MDOC_CALLABLE | MDOC_PARSED | 123 { blk_exp_close, MDOC_CALLABLE | MDOC_PARSED | 132 { blk_exp_close, MDOC_CALLABLE | MDOC_PARSED | 137 { blk_exp_close, MDOC_CALLABLE | MDOC_PARSED | MDOC_EXPLICIT }, /* Ec */ 138 { blk_exp_close, MDOC_EXPLICIT | MDOC_JOIN }, /* Ef */ 148 { blk_exp_close, MDOC_CALLABLE | MDOC_PARSED | 154 { blk_exp_close, MDOC_CALLABLE | MDOC_PARSED | [all …]
|