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