Home
last modified time | relevance | path

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

/coreutils/man/
Dhelp2man518 my $matched = '';
523 $matched .= $& if %append_match;
533 $matched .= $& if %append_match;
546 $matched .= $& if %append_match;
554 $matched .= $& if %append_match;
562 $matched .= $& if %append_match;
571 $matched .= $& if %append_match;
579 $matched .= $& if %append_match;
648 if ($matched =~ $pat)
/coreutils/src/
Dprintenv.c125 bool matched = false; in main() local
141 matched = true; in main()
147 matches += matched; in main()
Ddircolors.hin89 # Suffixes are matched case insensitively, but if you define different
/coreutils/tests/
Dlocal.mk306 tests/csplit/csplit-suppress-matched.pl \
/coreutils/
DNEWS528 csplit --suppress-matched now elides the last matched line
530 [bug introduced with the --suppress-matched feature in coreutils-8.22]
1083 expr now returns number of characters matched (instead of incorrect
1084 number of bytes matched) with 'match'/':' operators on multibyte strings.
1825 csplit accepts a new option: --suppressed-matched, to elide the lines
2859 that multi byte characters are matched case sensitively.
/coreutils/doc/
Dcoreutils.texi3572 @var{pattern} has been matched, any remaining input is copied into one
3597 are not matched in subsequent regexp patterns.
3616 pattern or the @option{--suppress-matched} option.
3664 @item --suppress-matched
3665 @opindex --suppress-matched
3749 $ csplit --suppress-matched @var{input.txt} '/^$/' '@{*@}'
14028 then matched against this regular expression.
14031 expression returns the number of characters matched, or 0 if the match
14035 returns the part of @var{string} that matched the subexpression, or