Searched refs:matched (Results 1 – 6 of 6) sorted by relevance
518 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)
125 bool matched = false; in main() local141 matched = true; in main()147 matches += matched; in main()
89 # Suffixes are matched case insensitively, but if you define different
306 tests/csplit/csplit-suppress-matched.pl \
528 csplit --suppress-matched now elides the last matched line530 [bug introduced with the --suppress-matched feature in coreutils-8.22]1083 expr now returns number of characters matched (instead of incorrect1084 number of bytes matched) with 'match'/':' operators on multibyte strings.1825 csplit accepts a new option: --suppressed-matched, to elide the lines2859 that multi byte characters are matched case sensitively.
3572 @var{pattern} has been matched, any remaining input is copied into one3597 are not matched in subsequent regexp patterns.3616 pattern or the @option{--suppress-matched} option.3664 @item --suppress-matched3665 @opindex --suppress-matched3749 $ 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 match14035 returns the part of @var{string} that matched the subexpression, or