Searched refs:_bittab (Results 1 – 3 of 3) sorted by relevance
/illumos-gate/usr/src/lib/libgen/inc/ |
H A D | _regexp.h | 45 #define PLACE(c) ep[c >> 3] |= _bittab[c & 07] 46 #define ISTHERE(c) (ep[c >> 3] & _bittab[c & 07])
|
/illumos-gate/usr/src/lib/libgen/common/ |
H A D | reg_compile.c | 63 static unsigned char _bittab[] = { 1, 2, 4, 8, 16, 32, 64, 128 }; variable
|
H A D | reg_step.c | 59 static unsigned char _bittab[] = { 1, 2, 4, 8, 16, 32, 64, 128 }; variable
|