Home
last modified time | relevance | path

Searched refs:isdupe (Results 1 – 8 of 8) sorted by relevance

/dports/news/fidogate4/fidogate-4.4.10/scripts/nodelist/
H A Dnl-2hosts.pl176 $isdupe = 0;
182 $isdupe = 1; # found dupe
186 if ($isdupe) { # previous hostname
187 $isdupe = 0; # the current host isn't a dupe,
205 if (!$isdupe) { $counter = ""; } # if prev was a dupe but current
212 if ($isdupe) {$counter++;}
/dports/math/cado-nfs/cado-nfs-f4284e2391121b2bfb97bc4880b6273c7250dc2f/scripts/
H A Dcheck_dup.py78 isdupe = None variable
109 assert isdupe is None
123 isdupe = True variable
127 isdupe = False variable
128 if not isdupe is None:
132 errormsg = "" if isdupe == found else "Error: "
134 … (errormsg, a, b, cur_q, cur_rho, "" if isdupe else "not ", "" if found else "not ", q, rho));
135 isdupe = None variable
/dports/news/fidogate/fidogate-5.10-3-g1c1fd41/scripts/nodelist/
H A Dnl-2hosts.in176 $isdupe = 0;
182 $isdupe = 1; # found dupe
186 if ($isdupe) { # previous hostname
187 $isdupe = 0; # the current host isn't a dupe,
205 if (!$isdupe) { $counter = ""; } # if prev was a dupe but current
212 if ($isdupe) {$counter++;}
/dports/mail/courier/courier-0.65.3/courier/filters/
H A Ddupfilter.c105 int isdupe; in checkclient() local
111 isdupe=0; in checkclient()
154 isdupe, di->cancelfunc)) in checkclient()
158 isdupe, di->cancelfunc)) in checkclient()
160 isdupe=1; in checkclient()
/dports/comms/tlf/tlf-tlf-1.4.1/src/
H A Dcallinput.c108 extern int isdupe; // LZ3NY auto-b4 patch in callinput()
520 isdupe = 0; // LZ3NY auto-b4 patch in callinput()
524 if (isdupe != 0) { in callinput()
H A Dsearchlog.c723 extern int isdupe; // LZ3NY auto-b4 patch in searchlog()
776 isdupe = 1; // LZ3NY auto-b4 patch in searchlog()
782 isdupe = 0; // LZ3NY auto-b4 patch in searchlog()
H A Dmain.c156 int isdupe = 0; // 0 if nodupe -- for auto qso b4 (LZ3NY) variable
/dports/comms/tlf/tlf-tlf-1.4.1/test/
H A Ddata.c107 int isdupe = 0; // 0 if nodupe -- for auto qso b4 (LZ3NY) variable