BitStatusType    2020 regcomp.c        BitStatusType loc;
BitStatusType     399 regint.h       #define BIT_STATUS_BITS_NUM          (sizeof(BitStatusType) * 8)
BitStatusType     401 regint.h       #define BIT_STATUS_ON_ALL(stats)     (stats) = ~((BitStatusType )0)
BitStatusType     403 regint.h         ((n) < (int )BIT_STATUS_BITS_NUM  ?  ((stats) & ((BitStatusType )1 << n)) : ((stats) & 1))
BitStatusType     294 regparse.h       BitStatusType    capture_history;
BitStatusType     295 regparse.h       BitStatusType    bt_mem_start;
BitStatusType     296 regparse.h       BitStatusType    bt_mem_end;
BitStatusType     297 regparse.h       BitStatusType    backrefed_mem;