Home | History | Annotate | Download | only in doc

Lines Matching full:matched

31 pattern to be matched when neither \fB-e\fP nor \fB-f\fP is present.
59 output only the part of the line that matched (either shown literally, or as an
63 matched are not tried on the earlier part of the line.
137 This option specifies under what circumstances the parts of a line that matched
165 Specify a pattern to be matched. This option can be used multiple times in
172 patterns are matched first, followed by the patterns from the file, independent
179 that matched.
187 matched against the final component of the file name (not the entire path). If
195 subdirectories.) The pattern is a PCRE regular expression, and is matched
252 options. The pattern is a PCRE regular expression, and is matched against the
262 is matched against the final component of the name (not the entire path). If a
340 one line, the last of which is the one in which the match ended. If the matched
344 There is a limit to the number of lines that can be matched, imposed by the way
378 Show only the part of the line that matched a pattern instead of the whole
383 return code is set appropriately. If the matched portion of the line is empty,
389 Show only the part of the line that matched the capturing parentheses of the
517 repeats, for example: (a+)*\ed when matched against a line of a's with no final