Lines Matching refs:blk_exp_close
35 static void blk_exp_close(MACRO_PROT_ARGS);
71 { blk_exp_close, MDOC_EXPLICIT | MDOC_JOIN }, /* Ed */
73 { blk_exp_close, MDOC_EXPLICIT | MDOC_JOIN }, /* El */
115 { blk_exp_close, MDOC_CALLABLE | MDOC_PARSED |
121 { blk_exp_close, MDOC_CALLABLE | MDOC_PARSED |
130 { blk_exp_close, MDOC_CALLABLE | MDOC_PARSED |
135 { blk_exp_close, MDOC_CALLABLE | MDOC_PARSED | MDOC_EXPLICIT }, /* Ec */
136 { blk_exp_close, MDOC_EXPLICIT | MDOC_JOIN }, /* Ef */
146 { blk_exp_close, MDOC_CALLABLE | MDOC_PARSED |
152 { blk_exp_close, MDOC_CALLABLE | MDOC_PARSED |
158 { blk_exp_close, MDOC_EXPLICIT | MDOC_JOIN }, /* Re */
160 { blk_exp_close, MDOC_CALLABLE | MDOC_PARSED |
170 { blk_exp_close, MDOC_EXPLICIT | MDOC_CALLABLE | MDOC_PARSED }, /* Xc */
173 { blk_exp_close, MDOC_CALLABLE | MDOC_PARSED |
177 { blk_exp_close, MDOC_CALLABLE | MDOC_PARSED |
180 { blk_exp_close, MDOC_EXPLICIT | MDOC_JOIN }, /* Ek */
192 { blk_exp_close, MDOC_CALLABLE | MDOC_PARSED |
541 blk_exp_close(MACRO_PROT_ARGS) in blk_exp_close() function