Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/include/
Dxregex2.h142 #define RE_NO_EMPTY_RANGES (RE_NO_BK_VBAR << 1) macro
146 #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)
/toolchain/binutils/binutils-2.27/libiberty/
Dregex.c4399 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()