Home | History | Annotate | Download | only in tools

Lines Matching refs:default_config

1315     my @default_config = <DEFAULT_FILE>;
1317 $default_config[0] =~ /^(\d+)/;
1358 my @default_config;
1363 @default_config = <DEFAULT_FILE>;
1371 $default_config[0] = "$newdefault\n";
1375 print DEFAULT_FILE join("",@default_config);