Lines Matching refs:hide
53 # Modules to hide.54 my %hide;65 --hide=<a>,<b>,... hide module(s) named <a>, <b>, ...82 # --hide=<a>,<b>,...83 } elsif ($arg =~ /^--hide=(.*)$/) {86 $hide{$h} = 1;126 # Skip if this is a module we want to hide127 if ($hide{$module}) {154 if ($hide{$target}) {