Home
last modified time | relevance | path

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

/netbsd/external/gpl3/gdb/dist/include/
H A 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)
/netbsd/external/gpl2/grep/dist/lib/posix/
H A Dregex.h143 #define RE_NO_EMPTY_RANGES (RE_NO_BK_VBAR << 1) macro
147 #define RE_UNMATCHED_RIGHT_PAREN_ORD (RE_NO_EMPTY_RANGES << 1)
185 | RE_NO_BK_VBAR | RE_NO_EMPTY_RANGES \
220 | RE_INTERVALS | RE_NO_EMPTY_RANGES)
/netbsd/external/gpl2/diffutils/dist/lib/posix/
H A Dregex.h139 #define RE_NO_EMPTY_RANGES (RE_NO_BK_VBAR << 1) macro
143 #define RE_UNMATCHED_RIGHT_PAREN_ORD (RE_NO_EMPTY_RANGES << 1)
181 | RE_NO_BK_VBAR | RE_NO_EMPTY_RANGES \
216 | RE_INTERVALS | RE_NO_EMPTY_RANGES)
/netbsd/external/gpl2/gettext/dist/gettext-tools/libgrep/
H A Dregex.h141 #define RE_NO_EMPTY_RANGES (RE_NO_BK_VBAR << 1) macro
145 #define RE_UNMATCHED_RIGHT_PAREN_ORD (RE_NO_EMPTY_RANGES << 1)
187 | RE_NO_BK_VBAR | RE_NO_EMPTY_RANGES \
223 | RE_INTERVALS | RE_NO_EMPTY_RANGES)
H A Dregex.c4398 ret = ((syntax & RE_NO_EMPTY_RANGES) in wcs_compile_range()
4415 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()
/netbsd/external/gpl3/binutils.old/dist/include/
H A 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)
/netbsd/external/gpl3/binutils/dist/include/
H A 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)
/netbsd/external/gpl3/gcc.old/dist/include/
H A 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)
/netbsd/external/gpl3/gdb.old/dist/include/
H A 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)
/netbsd/external/gpl3/gcc/dist/include/
H A 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)
/netbsd/external/gpl2/xcvs/dist/lib/
H A Dregex.h732 # define RE_NO_EMPTY_RANGES REG_NO_EMPTY_RANGES macro
/netbsd/external/gpl3/gdb/dist/libiberty/
H A 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()
/netbsd/external/gpl2/grep/dist/lib/
H A Dregex.c4409 ret = ((syntax & RE_NO_EMPTY_RANGES)
4426 ret = ((syntax & RE_NO_EMPTY_RANGES)
4480 ret = syntax & RE_NO_EMPTY_RANGES ? REG_ERANGE : REG_NOERROR;
/netbsd/external/gpl2/diffutils/dist/lib/
H A Dregex.c4494 ret = ((syntax & RE_NO_EMPTY_RANGES)
4511 ret = ((syntax & RE_NO_EMPTY_RANGES)
4565 ret = syntax & RE_NO_EMPTY_RANGES ? REG_ERANGE : REG_NOERROR;
/netbsd/external/gpl3/binutils.old/dist/libiberty/
H A 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()
/netbsd/external/gpl3/binutils/dist/libiberty/
H A Dregex.c4403 ret = ((syntax & RE_NO_EMPTY_RANGES) in wcs_compile_range()
4420 ret = ((syntax & RE_NO_EMPTY_RANGES) in wcs_compile_range()
4471 ret = syntax & RE_NO_EMPTY_RANGES ? REG_ERANGE : REG_NOERROR; in byte_compile_range()
/netbsd/external/gpl3/gcc.old/dist/libiberty/
H A 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()
/netbsd/external/gpl3/gdb.old/dist/libiberty/
H A 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()
/netbsd/external/gpl3/gcc/dist/libiberty/
H A Dregex.c4403 ret = ((syntax & RE_NO_EMPTY_RANGES) in wcs_compile_range()
4420 ret = ((syntax & RE_NO_EMPTY_RANGES) in wcs_compile_range()
4471 ret = syntax & RE_NO_EMPTY_RANGES ? REG_ERANGE : REG_NOERROR; in byte_compile_range()