Home
last modified time | relevance | path

Searched refs:RE_NO_SUB (Results 1 – 5 of 5) sorted by relevance

/ndk/sources/host-tools/sed-4.2.1/sed/
Dregexp.c89 #ifdef RE_NO_SUB
90 syntax |= needed_sub ? 0 : RE_NO_SUB;
/ndk/sources/host-tools/sed-4.2.1/testsuite/
Dtst-regex2.c91 | (testno == 3 ? RE_NO_SUB : 0)); in main()
/ndk/sources/host-tools/sed-4.2.1/lib/
Dregex.h229 # define RE_NO_SUB (RE_CONTEXT_INVALID_DUP << 1) macro
Dregcomp.c232 bufp->no_sub = !!(re_syntax_options & RE_NO_SUB);
/ndk/sources/host-tools/sed-4.2.1/
DChangeLog526 \0 (so 10 means that \0 .. \9 are needed). Pass RE_NO_SUB
531 Recompile the pattern if it was compiled with RE_NO_SUB.