Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/include/
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) \
/toolchain/binutils/binutils-2.25/libiberty/
Dregex.c1332 if (syntax & RE_DEBUG) in re_set_syntax()