Searched refs:RE_NO_EMPTY_RANGES (Results 1 - 7 of 7) sorted by relevance

/freebsd-10.1-release/contrib/binutils/include/
H A Dxregex2.h143 #define RE_NO_EMPTY_RANGES (RE_NO_BK_VBAR << 1) macro
147 #define RE_UNMATCHED_RIGHT_PAREN_ORD (RE_NO_EMPTY_RANGES << 1)
186 | RE_NO_BK_VBAR | RE_NO_EMPTY_RANGES \
221 | RE_INTERVALS | RE_NO_EMPTY_RANGES)
/freebsd-10.1-release/contrib/gcclibs/include/
H A Dxregex2.h143 #define RE_NO_EMPTY_RANGES (RE_NO_BK_VBAR << 1) macro
147 #define RE_UNMATCHED_RIGHT_PAREN_ORD (RE_NO_EMPTY_RANGES << 1)
186 | RE_NO_BK_VBAR | RE_NO_EMPTY_RANGES \
221 | RE_INTERVALS | RE_NO_EMPTY_RANGES)
/freebsd-10.1-release/contrib/gdb/include/
H A Dxregex2.h140 #define RE_NO_EMPTY_RANGES (RE_NO_BK_VBAR << 1) macro
144 #define RE_UNMATCHED_RIGHT_PAREN_ORD (RE_NO_EMPTY_RANGES << 1)
183 | RE_NO_BK_VBAR | RE_NO_EMPTY_RANGES \
218 | RE_INTERVALS | RE_NO_EMPTY_RANGES)
/freebsd-10.1-release/contrib/libgnuregex/
H A Dregex.h133 # define RE_NO_EMPTY_RANGES (RE_NO_BK_VBAR << 1) macro
137 # define RE_UNMATCHED_RIGHT_PAREN_ORD (RE_NO_EMPTY_RANGES << 1)
195 | RE_NO_BK_VBAR | RE_NO_EMPTY_RANGES \
234 | RE_INTERVALS | RE_NO_EMPTY_RANGES)
H A Dregcomp.c2906 if (BE ((syntax & RE_NO_EMPTY_RANGES) && start_collseq > end_collseq, 0))
/freebsd-10.1-release/contrib/binutils/libiberty/
H A Dregex.c4410 ret = ((syntax & RE_NO_EMPTY_RANGES)
4427 ret = ((syntax & RE_NO_EMPTY_RANGES)
4478 ret = syntax & RE_NO_EMPTY_RANGES ? REG_ERANGE : REG_NOERROR;
/freebsd-10.1-release/contrib/gcclibs/libiberty/
H A Dregex.c4410 ret = ((syntax & RE_NO_EMPTY_RANGES)
4427 ret = ((syntax & RE_NO_EMPTY_RANGES)
4478 ret = syntax & RE_NO_EMPTY_RANGES ? REG_ERANGE : REG_NOERROR;

Completed in 216 milliseconds