Home | History | Annotate | Download | only in auxprogs

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 hide
127 if ($hide{$module}) {
154 if ($hide{$target}) {