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