Searched defs:CLR (Results 1 – 9 of 9) sorted by relevance
65 #define CLR(opt) (sp->fts_options &= ~(opt)) macro
227 #define CLR(t, f) (t) &= ~(f) macro
77 #define CLR(opt) (sp->fts_options &= ~(opt)) macro
78 #define CLR(opt) (sp->fts_options &= ~(opt)) macro
66 #define CLR(opt) (sp->fts_options &= ~(opt)) macro
206 #define CLR(_bas, _r, _b) \ macro
108 #define CLR(bit) (A(bit) &= (~B(bit))) macro
155 #define CLR(bit) (A(bit) &= (~B(bit))) macro
89 #define CLR(t, f) ((t) &= ~(f)) macro