Home
last modified time | relevance | path

Searched refs:RE_DEBUG (Results 1 – 8 of 8) sorted by relevance

/openbsd/gnu/usr.bin/binutils/include/
H A Dxregex2.h160 #define RE_DEBUG (RE_NO_GNU_OPS << 1) macro
165 #define RE_INVALID_INTERVAL_ORD (RE_DEBUG << 1)
187 ((RE_SYNTAX_POSIX_EXTENDED | RE_BACKSLASH_ESCAPE_IN_LISTS | RE_DEBUG) \
/openbsd/gnu/gcc/include/
H A Dxregex2.h163 #define RE_DEBUG (RE_NO_GNU_OPS << 1) macro
168 #define RE_INVALID_INTERVAL_ORD (RE_DEBUG << 1)
190 ((RE_SYNTAX_POSIX_EXTENDED | RE_BACKSLASH_ESCAPE_IN_LISTS | RE_DEBUG) \
/openbsd/gnu/usr.bin/binutils-2.17/include/
H A Dxregex2.h163 #define RE_DEBUG (RE_NO_GNU_OPS << 1) macro
168 #define RE_INVALID_INTERVAL_ORD (RE_DEBUG << 1)
190 ((RE_SYNTAX_POSIX_EXTENDED | RE_BACKSLASH_ESCAPE_IN_LISTS | RE_DEBUG) \
/openbsd/gnu/lib/libiberty/include/
H A Dxregex2.h163 #define RE_DEBUG (RE_NO_GNU_OPS << 1) macro
168 #define RE_INVALID_INTERVAL_ORD (RE_DEBUG << 1)
190 ((RE_SYNTAX_POSIX_EXTENDED | RE_BACKSLASH_ESCAPE_IN_LISTS | RE_DEBUG) \
/openbsd/gnu/usr.bin/gcc/gcc/fixinc/
H A Dgnu-regex.h161 #define RE_DEBUG (RE_NO_GNU_OPS << 1) macro
183 ((RE_SYNTAX_POSIX_EXTENDED | RE_BACKSLASH_ESCAPE_IN_LISTS | RE_DEBUG) \
H A Dgnu-regex.c933 if (syntax & RE_DEBUG)
/openbsd/sys/dev/ic/
H A Dre.c151 #ifdef RE_DEBUG
/openbsd/gnu/lib/libiberty/src/
H A Dregex.c1330 if (syntax & RE_DEBUG) in re_set_syntax()