OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RE_NO_GNU_OPS
(Results
1 - 4
of
4
) sorted by null
/ndk/sources/host-tools/sed-4.2.1/lib/
regex.h
199
# define
RE_NO_GNU_OPS
(RE_NO_POSIX_BACKTRACKING << 1)
207
# define RE_DEBUG (
RE_NO_GNU_OPS
<< 1)
252
| RE_UNMATCHED_RIGHT_PAREN_ORD |
RE_NO_GNU_OPS
)
261
| RE_INTERVALS |
RE_NO_GNU_OPS
)
regcomp.c
[
all
...]
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
regex.h
145
#define
RE_NO_GNU_OPS
(RE_NO_POSIX_BACKTRACKING << 1)
153
#define RE_DEBUG (
RE_NO_GNU_OPS
<< 1)
195
| RE_UNMATCHED_RIGHT_PAREN_ORD |
RE_NO_GNU_OPS
)
204
| RE_INTERVALS |
RE_NO_GNU_OPS
)
/ndk/sources/host-tools/sed-4.2.1/sed/
regexp.c
83
syntax |= RE_UNMATCHED_RIGHT_PAREN_ORD | RE_LIMITED_OPS |
RE_NO_GNU_OPS
;
Completed in 45 milliseconds