Home
last modified time | relevance | path

Searched refs:matcher (Results 1 – 10 of 10) sorted by relevance

/ndk/sources/host-tools/sed-4.2.1/testsuite/
Drecall2.sed2 # if they are used in an address, so that the matcher does not
DBOOST.tests353 ; now follows various complex expressions designed to try and bust the matcher:
/ndk/sources/host-tools/sed-4.2.1/
DBUGS63 the regex matcher parsed `\/' as `/' in the common case of escaping
65 this, and this is good because the regex matcher is only partially
115 expression matcher instead of compiling the one supplied with GNU sed.
DNEWS179 * updated regex matcher from upstream, with many bugfixes and speedups.
220 * configure switch --without-included-regex to use the system regex matcher
241 * update regex matcher
269 * Update regex matcher
276 * Update regex matcher
344 * New regular expression matcher
Dconfigure.ac72 [ --enable-regex-tests enable regex matcher regression tests (default=yes)],
DChangeLog844 slashes (so that the matcher sees x/ for s/x\///). Don't
/ndk/sources/host-tools/ndk-stack/regex/
Dengine.c46 #define matcher smatcher macro
58 #define matcher lmatcher macro
87 static int matcher(struct re_guts *, char *, size_t, regmatch_t[], int);
128 matcher(struct re_guts *g, char *string, size_t nmatch, regmatch_t pmatch[], in matcher() function
1014 #undef matcher
/ndk/sources/host-tools/sed-4.2.1/doc/
Dsed.texi808 Note that the regular expression matcher is greedy, i.e., matches
2692 matcher but it is hoped that they will never in practice
2884 @command{sed}s, for example, required that the regex matcher parsed
2887 because the regex matcher is only partially under our control.
2943 @acronym{GNU} libc's regular expression matcher instead of compiling the
3014 with the free @sc{pcre} regular expression matcher; it was written by Philip Hazel.}
3018 accepted by Emacs and other @acronym{GNU} tools (whose matcher was
3019 based on the Emacs matcher). @value{SSED} implements
3193 Asserts the matcher is at the start of pattern space (independent
3197 Asserts the matcher is at the end of pattern space,
[all …]
Dsed-in.texi807 Note that the regular expression matcher is greedy, i.e., matches
2525 matcher but it is hoped that they will never in practice
2717 @command{sed}s, for example, required that the regex matcher parsed
2720 because the regex matcher is only partially under our control.
2776 @acronym{GNU} libc's regular expression matcher instead of compiling the
2847 with the free @sc{pcre} regular expression matcher; it was written by Philip Hazel.}
2851 accepted by Emacs and other @acronym{GNU} tools (whose matcher was
2852 based on the Emacs matcher). @value{SSED} implements
3026 Asserts the matcher is at the start of pattern space (independent
3030 Asserts the matcher is at the end of pattern space,
[all …]
Dsed.info580 Note that the regular expression matcher is greedy, i.e., matches
2112 example, required that the regex matcher parsed `\/' as `/' in the
2115 the regex matcher is only partially under our control.
2158 regular expression matcher instead of compiling the one supplied