Lines Matching refs:pattern

71 In any case, watch for this pattern. It occurs fairly often.
77 (search for subroutines by pattern) allows you to negate the pattern
125 bit-pattern, we can save and restore it easily (it will just look like
2160 =head4 C<S> - list subroutines matching/not matching a pattern
2169 $Spatt = $3; # The pattern (if any) to use.
2178 # Otherwise, check it against the pattern. We then use
2841 We take the argument and treat it as a pattern. If it turns out to be a
2850 # The pattern as a string.
2856 # If the pattern isn't null ...
2863 # Create the pattern.
2866 # Oops. Bad pattern. No biscuit.
2881 # Done in eval so nothing breaks if the pattern
2922 # ? - backward pattern search.
2925 # Get the pattern, remove trailing question mark.
2951 # Search inside the eval to prevent pattern badness
3029 =head4 C<$rc I<pattern> $rc> - Search command history
3031 Another command to manipulate C<@hist>: this one searches it with a pattern.
3036 # $rc pattern $rc - find a command in the history.
3038 # Create the pattern to use.
3101 # the (incorrect) pattern, so this test does nothing.
4532 # want to use it as a pattern.
4968 # this pattern will match whether or not a numeric line is specified,
5042 If an expression (or partial expression) is specified, we pattern-match
6780 B</>I<pattern>B</> Search forwards for I<pattern>; final B</> is optional.
6781 B<?>I<pattern>B<?> Search backwards for I<pattern>; final B<?> is optional.
6783 B<S> [[B<!>]I<pattern>] List subroutine names [not] matching I<pattern>.
6815 Use B<~>I<pattern> and B<!>I<pattern> for positive and negative regexps.
6839 B<$prc> I<pattern> Redo last command that started with I<pattern>.
6917 B</>I<pattern>B</> B<?>I<patt>B<?> Search forw/backw B<r> Return from subroutine
6932 B<S> [[B<!>]I<pat>] List subroutine names [not] matching pattern
6933 B<V> [I<Pk> [I<Vars>]] List Variables in Package. Vars can be ~pattern or !pattern.
6966 B</>I<pattern>B</> Search forwards for I<pattern>; final B</> is optional.
6967 B<?>I<pattern>B<?> Search backwards for I<pattern>; final B<?> is optional.
6969 B<S> [[B<!>]I<pattern>] List subroutine names [not] matching I<pattern>.
6997 Use B<~>I<pattern> and B<!>I<pattern> for positive and negative regexps.
7015 B<$prc> I<pattern> Redo last command that started with I<pattern>.
7092 B</>I<pattern>B</> B<?>I<patt>B<?> Search forw/backw B<r> Return from subroutine
7106 B<S> [[B<!>]I<pat>] List subroutine names [not] matching pattern
7107 B<V> [I<Pk> [I<Vars>]] List Variables in Package. Vars can be ~pattern or !pattern.
7819 # The search pattern is current package, ::, extract the next qualifier