Searched refs:MAN_EXPLICIT (Results 1 – 2 of 2) sorted by relevance
79 { blk_exp, MAN_BSCOPE | MAN_EXPLICIT }, /* RS */89 { blk_exp, MAN_BSCOPE | MAN_EXPLICIT }, /* UR */128 man_macros[n->tok].flags & MAN_EXPLICIT) in man_unscope()193 if (MAN_EXPLICIT & man_macros[n->tok].flags) in rew_dohalt()
51 #define MAN_EXPLICIT (1 << 1) /* See blk_imp(). */ macro