OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:RE_NO_GNU_OPS
(Results
1 - 3
of
3
) sorted by null
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
regex.h
147
# define
RE_NO_GNU_OPS
(RE_NO_POSIX_BACKTRACKING << 1)
155
# define RE_DEBUG (
RE_NO_GNU_OPS
<< 1)
202
| RE_UNMATCHED_RIGHT_PAREN_ORD |
RE_NO_GNU_OPS
)
211
| RE_INTERVALS |
RE_NO_GNU_OPS
)
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
regex.h
147
# define
RE_NO_GNU_OPS
(RE_NO_POSIX_BACKTRACKING << 1)
155
# define RE_DEBUG (
RE_NO_GNU_OPS
<< 1)
203
| RE_UNMATCHED_RIGHT_PAREN_ORD |
RE_NO_GNU_OPS
)
213
| RE_INTERVALS |
RE_NO_GNU_OPS
\
/toolchain/binutils/binutils-2.25/include/
xregex2.h
155
#define
RE_NO_GNU_OPS
(RE_NO_POSIX_BACKTRACKING << 1)
163
#define RE_DEBUG (
RE_NO_GNU_OPS
<< 1)
188
| RE_UNMATCHED_RIGHT_PAREN_ORD |
RE_NO_GNU_OPS
)
196
| RE_INTERVALS |
RE_NO_GNU_OPS
)
Completed in 56 milliseconds