OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:RE_LIMITED_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
108
# define
RE_LIMITED_OPS
(RE_INTERVALS << 1)
112
# define RE_NEWLINE_ALT (
RE_LIMITED_OPS
<< 1)
247
RE_LIMITED_OPS
, i.e., \? \+ \| are not recognized. Actually, this
250
(_RE_SYNTAX_POSIX_COMMON |
RE_LIMITED_OPS
)
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
regex.h
108
# define
RE_LIMITED_OPS
(RE_INTERVALS << 1)
112
# define RE_NEWLINE_ALT (
RE_LIMITED_OPS
<< 1)
250
RE_LIMITED_OPS
, i.e., \? \+ \| are not recognized. Actually, this
253
(_RE_SYNTAX_POSIX_COMMON |
RE_LIMITED_OPS
)
/toolchain/binutils/binutils-2.25/include/
xregex2.h
116
#define
RE_LIMITED_OPS
(RE_INTERVALS << 1)
120
#define RE_NEWLINE_ALT (
RE_LIMITED_OPS
<< 1)
227
RE_LIMITED_OPS
, i.e., \? \+ \| are not recognized. Actually, this
230
(_RE_SYNTAX_POSIX_COMMON |
RE_LIMITED_OPS
)
Completed in 341 milliseconds