Home
last modified time | relevance | path

Searched defs:F_CLR (Results 1 – 2 of 2) sorted by relevance

/dragonfly/contrib/nvi2/common/
H A Dutil.h23 #define F_CLR(p, f) FL_CLR((p)->flags, f) macro
/dragonfly/lib/libc/db/btree/
H A Dbtree.h38 #define F_CLR(p, f) (p)->flags &= ~(f) macro