Searched refs:RE_NO_EMPTY_RANGES (Results 1 – 2 of 2) sorted by relevance
142 #define RE_NO_EMPTY_RANGES (RE_NO_BK_VBAR << 1) macro146 #define RE_UNMATCHED_RIGHT_PAREN_ORD (RE_NO_EMPTY_RANGES << 1)184 | RE_NO_BK_VBAR | RE_NO_EMPTY_RANGES \219 | RE_INTERVALS | RE_NO_EMPTY_RANGES)
4399 ret = ((syntax & RE_NO_EMPTY_RANGES) in wcs_compile_range()4416 ret = ((syntax & RE_NO_EMPTY_RANGES) in wcs_compile_range()4467 ret = syntax & RE_NO_EMPTY_RANGES ? REG_ERANGE : REG_NOERROR; in byte_compile_range()