Lines Matching refs:existing_config
66 %existing_config = (); # existing config symbols present in given config file
391 my $existing_config = $existing_config{$configs};
392 if ($existing_config eq "m") {
397 } elsif ($existing_config eq "y") {
467 my $existing_config = $existing_config{$configs};
468 if (!$existing_config) {
471 $existing_config = "x";
474 if ($existing_config) {
475 print "$separator", "$existing_config";
492 my $existing_config = $existing_config{$configs};
497 } elsif ($existing_config eq "m") {
500 } elsif ($existing_config eq "y") {
511 } elsif ($existing_config eq "m") {
514 } elsif ($existing_config eq "y") {
963 $existing_config{@line[0]} = @line[1];