Home
last modified time | relevance | path

Searched refs:new1 (Results 1 – 6 of 6) sorted by relevance

/freebsd-14-stable/tools/tools/iso/
HDcheck-iso3166.pl41 my %new1 = ();
64 $new1{$two}{two} = $two;
65 $new1{$two}{three} = $three;
66 $new1{$two}{number} = $number;
67 $new1{$two}{name} = $name;
100 if (!defined $new1{$two}) {
114 foreach my $two (sort(keys(%new1))) {
116 …print "In new1 but not old: $new1{$two}{two}\t$new1{$two}{three}\t$new1{$two}{number}\t$new1{$two}…
135 if (defined $new1{$two}) {
136 if ($old{$two}{two} ne $new1{$two}{two} ||
[all …]
/freebsd-14-stable/tests/sys/cddl/zfs/tests/cli_root/zfs_rename/
HDzfs_rename_012_neg.ksh75 log_mustnot $ZFS rename $ds ${ds}-new ${ds}-new1
/freebsd-14-stable/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_rename/
HDzfs_rename_012_neg.ksh63 log_mustnot zfs rename $ds ${ds}-new ${ds}-new1
/freebsd-14-stable/contrib/tcsh/
HDtc.func.c994 struct wordent w, *new1, *new2; /* for holding alias name */ in aliasrun() local
1006 new1 = xcalloc(1, sizeof w); in aliasrun()
1007 new1->word = Strsave(s1); in aliasrun()
1010 w.next = w.prev = new1; in aliasrun()
1011 new1->next = new1->prev = &w; 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-14-stable/contrib/ee/
HDnew_curse.c3281 struct _line *old1, *new1; in doupdate() local
3402 new1 = virt, count1 = 0; in doupdate()
3404 (Comp_line(old1, new1) <= 0); in doupdate()
3406 new1 = new1->next_screen, in doupdate()
3467 new1 = virt, count1 = 0; in doupdate()
3469 (Comp_line(old1, new1) <= 0); in doupdate()
3471 new1 = new1->next_screen, in doupdate()
/freebsd-14-stable/contrib/diff/doc/
HDdiff.texi1173 @dots{}, @file{dN} contain the outputs of @samp{diff -e old new1},
1174 @samp{diff -e new1 new2}, @dots{}, @samp{diff -e newN-1 newN},