Lines Matching defs:disabled
17 @EXPORT = qw(alldisabled anydisabled disabled config available_protocols
60 corresponding feature is disabled and 0 otherwise.
63 ARRAY are disabled, while anydisabled returns 1 if any of them are
64 disabled.
81 our %disabled;
92 %disabled = %configdata::disabled;
116 # that can be disabled.
117 # returns a list of 1s (if the corresponding feature is disabled)
120 return map { exists $disabled{lc $_} ? 1 : 0 } @_;
146 sub disabled {