Lines Matching refs:blk_exp_close
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 |
160 { blk_exp_close, MDOC_EXPLICIT | MDOC_JOIN }, /* Re */
162 { blk_exp_close, MDOC_CALLABLE | MDOC_PARSED |
172 { blk_exp_close, MDOC_EXPLICIT | MDOC_CALLABLE | MDOC_PARSED }, /* Xc */
175 { blk_exp_close, MDOC_CALLABLE | MDOC_PARSED |
179 { blk_exp_close, MDOC_CALLABLE | MDOC_PARSED |
182 { blk_exp_close, MDOC_EXPLICIT | MDOC_JOIN }, /* Ek */
194 { blk_exp_close, MDOC_CALLABLE | MDOC_PARSED |
542 blk_exp_close(MACRO_PROT_ARGS) in blk_exp_close() function