Searched refs:searchfor (Results 1 – 1 of 1) sorted by relevance
681 my $searchfor = catfile split '::', $_;682 $self->aside( "Searching for '$searchfor' in $self->{'podidx'}\n" );686 push(@found, $_) if m,/$searchfor(?:\.(?:pod|pm))?\z,i;717 my @files = $self->searchfor(0,$_,@searchdirs);724 @files= $self->searchfor(1,$_,@searchdirs) if $self->opt_r;1524 sub searchfor { subroutine