BUF_BAR
#define bf_isbar(bf) (bf->bf_state.bf_type & BUF_BAR)
(bf->bf_state.bf_type |= BUF_BAR) :
(bf->bf_state.bf_type &= ~BUF_BAR);