Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/include/
Dxregex2.h162 #define RE_DEBUG (RE_NO_GNU_OPS << 1) macro
167 #define RE_INVALID_INTERVAL_ORD (RE_DEBUG << 1)
189 ((RE_SYNTAX_POSIX_EXTENDED | RE_BACKSLASH_ESCAPE_IN_LISTS | RE_DEBUG) \
/toolchain/binutils/binutils-2.27/libiberty/
Dregex.c1332 if (syntax & RE_DEBUG) in re_set_syntax()