Illumos
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
PLACE
usr/src/head/regexp.h
56
#define PLACE(c) ep[c >> 3] |= bittab[c & 07]
usr/src/lib/libgen/inc/_regexp.h
45
#define PLACE(c) ep[c >> 3] |= _bittab[c & 07]