Lines Matching refs:pattern

146 (without its trailing newline character) into the I<pattern space>,
148 contents of the pattern space and a newline to the standard output.
150 pattern space for later use.
154 A sed address is either a line number or a pattern, which may be combined
172 A pattern address is a basic regular expression (see
175 pattern address when the initial delimiter is prefixed with a
187 If the first (second) address is a matching pattern, the second
189 the range. Likewise, if the second address is a matching pattern, the
258 Deletes the pattern space and starts the next cycle.
272 Deletes the pattern space through the first embedded newline or to the end.
273 If the pattern space becomes empty, a new cycle is started, otherwise
283 Replace the contents of the pattern space with the hold space.
292 Append a newline and the contents of the hold space to the pattern space.
301 Replace the contents of the hold space with the pattern space.
310 Append a newline and the contents of the pattern space to the hold space.
329 Print the contents of the pattern space: non-printable characters are
350 If automatic printing is enabled, write the pattern space to the standard
351 output. Replace the pattern space with the next line of input. If
368 Append a newline and the next line of input to the pattern space. If
378 Print the pattern space to the standard output. (Use the B<-n> option
391 Prints the pattern space through the first embedded newline or to the end.
425 the pattern space that matches the I<regular expression>.
447 of the pattern space.
451 Replace only the n-th matching substring of the pattern space.
455 If the substitution was made, print the new value of the pattern space.
459 If the substitution was made, write the new value of the pattern space
484 The contents of the pattern space are written to the I<file>.
493 Swap the contents of the pattern space and the hold space.
501 In the pattern space, replace all characters occuring in I<string1> by the
564 my $doAutoPrint = 1; # automatic printing of pattern space (-n => 0)
977 Warn( "`\\' cannot be last in pattern", $fl );
981 if( $nc eq $del ){ ## \<pattern del> => \<pattern del>
1867 =item `[' cannot be last in pattern
1871 =item `\' cannot be last in pattern
2015 is "the last pattern used, at run time". This deviates from the Perl
2017 regular expression". Since keeping track of pattern usage would create