Lines Matching refs:item
3059 foreach my $item (keys %a) {
3060 if (defined($b{$item}) && $b{$item} ne $a{$item}) {
3061 $ret{$item} = $b{$item};
3078 foreach my $item (keys %b) {
3079 if (!defined($a{$item})) {
3080 $ret{$item} = $b{$item};
3100 foreach my $item (keys %b) {
3101 if (!defined($a{$item})) {
3104 if ($a{$item} ne $b{$item}) {
3109 foreach my $item (keys %a) {
3110 if (!defined($b{$item})) {
3220 foreach my $item (@diff_arr) {
3221 $tmp_config{$item} = $good_configs{$item};
3242 foreach my $item (@tophalf) {
3243 $tmp_config{$item} = $good_configs{$item};
3256 foreach my $item (@bottomhalf) {
3257 $tmp_config{$item} = $good_configs{$item};
3446 foreach my $item (@list) {
3447 my $sha1 = $item;
3450 doprint "\nProcessing commit \"$item\"\n\n";
3456 if ($item eq $list[0] ||
3457 $item eq $list[$#list]) {