Bits 460 regint.h #define BITS_IN_ROOM ((int )sizeof(Bits) * BITS_PER_BYTE) Bits 468 regint.h typedef Bits BitSet[BITSET_SIZE]; Bits 469 regint.h typedef Bits* BitSetRef; Bits 180 regparse.c for (i = 0; i < BITSET_SIZE; i++) { bs[i] = ~((Bits )0); } Bits 5907 regparse.c Bits b1 = cc->bs[i];