OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RE_NO_SUB
(Results
1 - 6
of
6
) sorted by null
/ndk/sources/host-tools/sed-4.2.1/sed/
regexp.c
90
#ifdef
RE_NO_SUB
91
syntax |= needed_sub ? 0 :
RE_NO_SUB
;
/ndk/sources/host-tools/sed-4.2.1/testsuite/
tst-regex2.c
91
| (testno == 3 ?
RE_NO_SUB
: 0));
/ndk/sources/host-tools/sed-4.2.1/lib/
regex.h
229
# define
RE_NO_SUB
(RE_CONTEXT_INVALID_DUP << 1)
regcomp.c
233
setting no_sub, unless
RE_NO_SUB
is set. */
234
bufp->no_sub = !!(re_syntax_options &
RE_NO_SUB
);
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/
regex.h
179
# define
RE_NO_SUB
(RE_CONTEXT_INVALID_DUP << 1)
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
regex.h
179
# define
RE_NO_SUB
(RE_CONTEXT_INVALID_DUP << 1)
Completed in 701 milliseconds