Home
last modified time | relevance | path

Searched refs:new2 (Results 1 – 3 of 3) sorted by relevance

/freebsd/tools/tools/iso/
H A Dcheck-iso3166.pl71 my %new2 = ();
92 $new2{$two}{two} = $two;
93 $new2{$two}{name} = $name;
104 if (!defined $new2{$two}) {
124 foreach my $two (sort(keys(%new2))) {
126 print "In new2 but not old: $new2{$two}{two}\t$new2{$two}{name}\n";
152 if (defined $new2{$two}) {
153 if ($old{$two}{two} ne $new2{$two}{two} ||
154 lc($old{$two}{name}) ne lc($new2{$two}{name})) {
156 print "In new2: $new2{$two}{two}\t$new2{$two}{name}\n";
/freebsd/contrib/tcsh/
H A Dtc.func.c994 struct wordent w, *new1, *new2; /* for holding alias name */ in aliasrun() local
1015 new2 = xcalloc(1, sizeof w); in aliasrun()
1016 new2->word = Strsave(s2); in aliasrun()
1017 w.next = new2->prev = new1; in aliasrun()
1018 new1->next = w.prev = new2; in aliasrun()
1019 new1->prev = new2->next = &w; in aliasrun()
/freebsd/contrib/diff/doc/
H A Ddiff.texi1174 @samp{diff -e new1 new2}, @dots{}, @samp{diff -e newN-1 newN},