RE_NO_EMPTY_RANGES 145 _regex.h #define RE_UNMATCHED_RIGHT_PAREN_ORD (RE_NO_EMPTY_RANGES << 1) RE_NO_EMPTY_RANGES 178 _regex.h | RE_NO_BK_VBAR | RE_NO_EMPTY_RANGES \ RE_NO_EMPTY_RANGES 212 _regex.h | RE_INTERVALS | RE_NO_EMPTY_RANGES) RE_NO_EMPTY_RANGES 3053 regex.cpp return syntax & RE_NO_EMPTY_RANGES ? REG_ERANGE : REG_NOERROR;