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 - 4
of
4
) sorted by null
/ndk/sources/host-tools/sed-4.2.1/lib/
regex.h
160
# define
RE_LIMITED_OPS
(RE_INTERVALS << 1)
164
# define RE_NEWLINE_ALT (
RE_LIMITED_OPS
<< 1)
292
RE_LIMITED_OPS
, i.e., \? \+ \| are not recognized. Actually, this
295
(_RE_SYNTAX_POSIX_COMMON |
RE_LIMITED_OPS
)
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
regex.h
106
#define
RE_LIMITED_OPS
(RE_INTERVALS << 1)
110
#define RE_NEWLINE_ALT (
RE_LIMITED_OPS
<< 1)
235
RE_LIMITED_OPS
, i.e., \? \+ \| are not recognized. Actually, this
238
(_RE_SYNTAX_POSIX_COMMON |
RE_LIMITED_OPS
)
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
regex.h
106
#define
RE_LIMITED_OPS
(RE_INTERVALS << 1)
110
#define RE_NEWLINE_ALT (
RE_LIMITED_OPS
<< 1)
235
RE_LIMITED_OPS
, i.e., \? \+ \| are not recognized. Actually, this
238
(_RE_SYNTAX_POSIX_COMMON |
RE_LIMITED_OPS
)
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
regex.h
106
#define
RE_LIMITED_OPS
(RE_INTERVALS << 1)
110
#define RE_NEWLINE_ALT (
RE_LIMITED_OPS
<< 1)
235
RE_LIMITED_OPS
, i.e., \? \+ \| are not recognized. Actually, this
238
(_RE_SYNTAX_POSIX_COMMON |
RE_LIMITED_OPS
)
Completed in 29 milliseconds