Home
last modified time | relevance | path

Searched refs:RE_NO_EMPTY_RANGES (Results 1 – 2 of 2) sorted by relevance

/glibc-2.36/posix/
Dregex.h162 # define RE_NO_EMPTY_RANGES (RE_NO_BK_VBAR << 1) macro
166 # define RE_UNMATCHED_RIGHT_PAREN_ORD (RE_NO_EMPTY_RANGES << 1)
223 | RE_NO_BK_VBAR | RE_NO_EMPTY_RANGES \
259 | RE_INTERVALS | RE_NO_EMPTY_RANGES)
Dregcomp.c2736 else if (__glibc_unlikely ((syntax & RE_NO_EMPTY_RANGES) in build_range_exp()
2970 if (__glibc_unlikely ((syntax & RE_NO_EMPTY_RANGES) in build_range_exp()