Home
last modified time | relevance | path

Searched refs:matched (Results 1 – 20 of 20) sorted by relevance

/ndk/sources/host-tools/sed-4.2.1/build-aux/
Dhelp2man393 my $matched = '';
399 $matched .= $& if %append;
409 $matched .= $& if %append;
422 $matched .= $& if %append;
430 $matched .= $& if %append;
438 $matched .= $& if %append;
447 $matched .= $& if %append;
455 $matched .= $& if %append;
478 if ($matched =~ $pat)
/ndk/sources/host-tools/make-3.81/glob/
Dfnmatch.c330 goto matched;
374 goto matched;
388 goto matched;
398 goto matched;
413 goto matched;
427 matched:
/ndk/sources/host-tools/make-3.81/
Dfunction.c885 int matched; member
978 word->matched = 0; in func_filter_filterout()
1006 wp->matched |= pattern_matches (pp->str, pp->percent, wp->str); in func_filter_filterout()
1015 wp->matched |= 1; in func_filter_filterout()
1021 wp->matched |= (wp->length == pp->length in func_filter_filterout()
1027 if (is_filter ? wp->matched : !wp->matched) in func_filter_filterout()
Drule.c326 goto matched; in new_pattern_rule()
338 matched:; in new_pattern_rule()
Daclocal.m4789 # If neither matched, then we have a broken ls. This can happen
DNEWS38 as well, where the second expansion occurs when the rule is matched.
/ndk/sources/host-tools/sed-4.2.1/sed/
Dexecute.c1218 size_t matched = regs.end[0] - regs.start[0]; local
1233 if ((matched > 0 || count == 0 || offset > last_end)
1248 if (matched == 0)
1251 matched = 1;
1256 str_append(&s_accum, line.active + offset, matched);
1262 start = offset + matched;
/ndk/sources/host-tools/sed-4.2.1/doc/
Dsed-in.texi519 extension which causes the @var{regexp} to be matched in
568 If no addresses are given, then all lines are matched;
570 address are matched.
581 line which matched the first address: a range will always
587 matched.
641 is a pattern that is matched against a
969 space which was matched is replaced with @var{replacement}.
978 characters which reference the whole matched portion
1501 are @emph{not} matched by @samp{.}, so that there is no portable
1658 the regular expressions to be matched---this is a common
[all …]
Dsed.texi520 extension which causes the @var{regexp} to be matched in
569 If no addresses are given, then all lines are matched;
571 address are matched.
582 line which matched the first address: a range will always
588 matched.
642 is a pattern that is matched against a
970 space which was matched is replaced with @var{replacement}.
979 characters which reference the whole matched portion
1502 are @emph{not} matched by @samp{.}, so that there is no portable
1659 the regular expressions to be matched---this is a common
[all …]
Dsed.info380 which causes the REGEXP to be matched in a case-insensitive manner.
392 If no addresses are given, then all lines are matched; if one
393 address is given, then only lines matching that address are matched.
401 match will start with the line _following_ the line which matched the
406 matching the first address, then only the one line is matched.
445 matched against a subject string from left to right. Most characters
714 matched is replaced with REPLACEMENT.
720 whole matched portion of the pattern space. Finally, as a GNU `sed'
1059 POSIX mandates that such sequences are _not_ matched by `.', so
1202 regular expressions to be matched--this is a common technique.
[all …]
/ndk/sources/host-tools/sed-4.2.1/testsuite/
Duniq.good73 /* End of the pattern. If PCRE_NOTEMPTY is set, fail if we have matched
196 Returns: TRUE if matched
197 Returns: TRUE if matched
406 happens for a repeating ket if no characters were matched in the group.
584 it as matched, any number of times (otherwise there could be infinite
590 length length to be matched
806 subpattern, so as to detect when an empty string has been matched by a
Duniq.inp460 /* End of the pattern. If PCRE_NOTEMPTY is set, fail if we have matched
600 Returns: TRUE if matched
601 Returns: TRUE if matched
1064 happens for a repeating ket if no characters were matched in the group.
1065 happens for a repeating ket if no characters were matched in the group.
1316 it as matched, any number of times (otherwise there could be infinite
1322 length length to be matched
1698 subpattern, so as to detect when an empty string has been matched by a
/ndk/sources/host-tools/sed-4.2.1/
DNEWS207 * fixed infinite loop on s///N when LHS matched a null string and
335 regular expression that was matched, rather than to the last
488 indicate that the regexp should be matched in a case-insensitive
DBUGS123 sequences are _not_ matched by `.', so that `s/.*//' will not clear
Daclocal.m4726 # If neither matched, then we have a broken ls. This can happen
DChangeLog1126 empty string matched before the `c'. Fixed.
2970 but sed does not try to match a2 until after a1 has matched,
/ndk/sources/host-tools/make-3.81/doc/
Dmake.info-286 that was matched by the `%' in the target. In order for the pattern
251 matched the `%' in the target pattern.
622 T or N. If the target pattern contains a slash, it is matched
632 a. Find the stem S, which is the nonempty part of T or N matched
667 the rule other than the one that matched T or N, the `%' in the pattern
Dmake.texi3180 prerequisites of each target. Each target is matched against the
6245 matched to find the end of the reference.
6300 by the text that matched the @samp{%} in @var{pattern}. Only the first
8998 that was matched by the @samp{%} in the target. In order for the
9209 In a static pattern rule, the stem is part of the file name that matched
9640 matched against @var{t}; otherwise, against @var{n}.
9655 matched by the @samp{%} in the target pattern.@refill
9702 rule other than the one that matched @var{t} or @var{n}, the @samp{%} in
Dmake.info-12680 prerequisites of each target. Each target is matched against the
5147 clearer, and because only one type of delimiter is matched to find the
5195 replaced by the text that matched the `%' in PATTERN. Only the
/ndk/sources/host-tools/make-3.81/autom4te.cache/
Doutput.02474 # If neither matched, then we have a broken ls. This can happen