CLR
#define CLR(bit) (A(bit) &= (~B(bit)))
#define CLR(opt) (sp->fts_options &= ~(opt))
#define CLR(t, f) ((t) &= ~(f))