Bits 344 regint.h #define BITS_IN_ROOM (sizeof(Bits) * BITS_PER_BYTE) Bits 352 regint.h typedef Bits BitSet[BITSET_SIZE]; Bits 353 regint.h typedef Bits* BitSetRef; Bits 166 regparse.c for (i = 0; i < BITSET_SIZE; i++) { bs[i] = ~((Bits )0); }