OpenBSD
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
F_CLR
lib/libc/db/btree/btree.h
39
#define F_CLR(p, f) (p)->flags &= ~(f)
usr.bin/vi/common/util.h
27
#define F_CLR(p, f) FL_CLR((p)->flags, (f))