Lines Matching refs:newconfig
404 my @newconfig;
407 push (@newconfig,@config);
408 if ($newconfig[$#newconfig] =~ /\S/) {
409 push (@newconfig, "\n");
411 push (@newconfig,@newkernel);
417 push (@newconfig, @newkernel);
421 push (@newconfig, $_);
425 @{$self->{config}} = @newconfig;
492 my @newconfig;
534 # add everything to newconfig, except removed kernel (keep comments)
536 push (@newconfig, $_)
539 @{$self->{config}} = @newconfig;
1473 my @newconfig;
1476 push (@newconfig,@config);
1477 if ($newconfig[$#newconfig] =~ /\S/) {
1478 push (@newconfig, "\n");
1480 push (@newconfig,@newkernel);
1486 push (@newconfig, @newkernel);
1490 push (@newconfig, $_);
1494 @{$self->{config}} = @newconfig;
2185 my @newconfig;
2192 push(@newconfig, @newkernel);
2200 push(@newconfig, @newkernel);
2205 push(@newconfig, $_);
2207 push(@newconfig, "\t" . ($n+1) . "=$list[$n]\n");
2219 push(@newconfig, $_);
2222 @{$self->{config}} = @newconfig;
2263 my @newconfig;
2279 push(@newconfig, $_);
2281 push(@newconfig, "\t" . ($n+1) . "=$list[$n]\n");
2294 push(@newconfig, $_) if ($keep);
2297 @{$self->{config}} = @newconfig;