Home | History | Annotate | Download | only in Internals

Lines Matching full:maxprefix

1681             my $MaxPrefix = $Prefixes[0];
1682 if($MaxPrefix eq "NONE") {
1683 $MaxPrefix = $Prefixes[1];
1685 my $Max = $Prefixes{$MaxPrefix};
1693 next if($Prefix eq $MaxPrefix);
1709 next if($Prefix=~/\Q$MaxPrefix\E/i);
1710 next if($MaxPrefix=~/\Q$Prefix\E/i);