NetBSD
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
isset
games/dab/box.cc
124
int BOX::isset(int e) const
sys/sys/param.h
426
#define isset(a,i) ((a)[(i)/NBBY] & (1<<((i)%NBBY)))
tools/compat/compat_defs.h
1296
#undef isset
tools/compat/compat_defs.h
1300
#define isset(a,i) ((a)[(i)/NBBY] & (1<<((i)%NBBY)))