Lines Matching refs:conf
93 foreach my $conf (@searchconfigs) {
94 my $file = $conf->{"file"};
98 if (defined($conf->{"test"})) {
99 `$conf->{"test"} $conf->{"file"} 2>/dev/null`;
103 my $exec = $conf->{"exec"};
369 foreach my $conf (@arr) {
370 $configs{$conf} = $module;
396 my $conf = "CONFIG_" . $1;
400 if (!defined($configs{$conf})) {
404 $configs{$conf} = 1;
468 foreach my $conf (@arr) {
469 if (defined($setconfigs{$conf})) {
474 foreach my $conf (@arr) {
475 print STDERR " " , $conf;