Searched refs:matched (Results 1 – 20 of 20) sorted by relevance
/ndk/sources/host-tools/sed-4.2.1/build-aux/ |
D | help2man | 393 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/ |
D | fnmatch.c | 330 goto matched; 374 goto matched; 388 goto matched; 398 goto matched; 413 goto matched; 427 matched:
|
/ndk/sources/host-tools/make-3.81/ |
D | function.c | 885 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()
|
D | rule.c | 326 goto matched; in new_pattern_rule() 338 matched:; in new_pattern_rule()
|
D | aclocal.m4 | 789 # If neither matched, then we have a broken ls. This can happen
|
D | NEWS | 38 as well, where the second expansion occurs when the rule is matched.
|
/ndk/sources/host-tools/sed-4.2.1/sed/ |
D | execute.c | 1218 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/ |
D | sed-in.texi | 519 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 …]
|
D | sed.texi | 520 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 …]
|
D | sed.info | 380 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/ |
D | uniq.good | 73 /* 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
|
D | uniq.inp | 460 /* 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/ |
D | NEWS | 207 * 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
|
D | BUGS | 123 sequences are _not_ matched by `.', so that `s/.*//' will not clear
|
D | aclocal.m4 | 726 # If neither matched, then we have a broken ls. This can happen
|
D | ChangeLog | 1126 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/ |
D | make.info-2 | 86 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
|
D | make.texi | 3180 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
|
D | make.info-1 | 2680 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/ |
D | output.0 | 2474 # If neither matched, then we have a broken ls. This can happen
|