Home
last modified time | relevance | path

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

/freebsd/contrib/mandoc/
H A Dman_macro.c40 static void blk_exp(MACRO_PROT_ARGS);
70 { blk_exp, MAN_XSCOPE }, /* RS */
81 { blk_exp, MAN_XSCOPE }, /* UR */
83 { blk_exp, MAN_XSCOPE }, /* MT */
130 man_macro(n->tok)->fp == blk_exp) in man_unscope()
194 man_macro(n->tok)->fp == blk_exp)))) in rew_scope()
301 blk_exp(MACRO_PROT_ARGS) in blk_exp() function