Home
last modified time | relevance | path

Searched defs:F_ISSET (Results 1 – 3 of 3) sorted by relevance

/openbsd/usr.bin/vi/common/
H A Dutil.h28 #define F_ISSET(p, f) FL_ISSET((p)->flags, (f)) macro
/openbsd/lib/libc/db/btree/
H A Dbtree.h40 #define F_ISSET(p, f) ((p)->flags & (f)) macro
/openbsd/usr.sbin/ldapd/
H A Dbtree.c57 #define F_ISSET(w, f) (((w) & (f)) == (f)) macro