Searched refs:RE_NO_EMPTY_RANGES (Results 1 – 3 of 3) sorted by relevance
130 # define RE_NO_EMPTY_RANGES (RE_NO_BK_VBAR << 1) macro134 # define RE_UNMATCHED_RIGHT_PAREN_ORD (RE_NO_EMPTY_RANGES << 1)191 | RE_NO_BK_VBAR | RE_NO_EMPTY_RANGES \227 | RE_INTERVALS | RE_NO_EMPTY_RANGES)
4442 ret = ((syntax & RE_NO_EMPTY_RANGES) in wcs_compile_range()4459 ret = ((syntax & RE_NO_EMPTY_RANGES) in wcs_compile_range()4513 ret = syntax & RE_NO_EMPTY_RANGES ? REG_ERANGE : REG_NOERROR; in byte_compile_range()
2825 if (BE ((syntax & RE_NO_EMPTY_RANGES) && start_collseq > end_collseq, 0)) in parse_bracket_exp()
Completed in 18 milliseconds