Home
last modified time | relevance | path

Searched refs:ffound (Results 1 – 25 of 34) sorted by relevance

12

/dports/net/freebsd-uucp/freebsd-uucp-r1_07_4/uucp/libuuconf/
H A Dcallin.c40 boolean ffound; member
83 s.ffound = FALSE;
151 if (iret != UUCONF_SUCCESS || s.ffound)
163 else if (! s.ffound || ! s.fmatched)
190 q->ffound = TRUE;
/dports/cad/opencascade/opencascade-7.6.0/src/TopOpeBRepTool/
H A DTopOpeBRepTool_REGUS.cxx627 TopoDS_Face ffound; Standard_Boolean ok = NearestF(TopoDS::Edge(e),lof,ffound); in NextinBlock() local
629 myf = ffound; in NextinBlock()
653 TopoDS_Face ffound; Standard_Boolean ok = NearestF(TopoDS::Edge(e),lof,ffound); in NextinBlock() local
655 myf = ffound; in NextinBlock()
699 ffound.Nullify(); in NearestF()
723 ffound = TopoDS::Face(itf.Value()); in NearestF()
725 ok = ::FUN_vectors(ffound,e,pare,ntfound,xxfound,tola,Standard_False); in NearestF()
732 if (!oppo) {ffound.Nullify(); continue;} in NearestF()
738 ok = TopOpeBRepTool_TOOL::MatterKPtg(fref,ffound,e,angfound); in NearestF()
746 if (ffound.IsNull()) {FUN_Raise(); return Standard_False;} in NearestF()
[all …]
H A DTopOpeBRepTool_REGUS.hxx72 …oolean NearestF (const TopoDS_Edge& e, const TopTools_ListOfShape& lof, TopoDS_Face& ffound) const;
/dports/net/freebsd-uucp/freebsd-uucp-r1_07_4/uucp/common_sources/
H A Dutil.c56 boolean ffound; local
66 ffound = FALSE;
70 ffound = TRUE;
75 if (ffound)
/dports/devel/upp/upp/uppsrc/ide/
H A Didewin.cpp398 SetupError(ffound[i], "Source"); in Ide()
399 ffound[i].ColumnWidths("207 41 834"); in Ide()
400 ffound[i].ColumnAt(0).SetDisplay(Single<FoundFileDisplay>()); in Ide()
401 ffound[i].ColumnAt(2).SetDisplay(Single<FoundDisplay>()); in Ide()
402 ffound[i].WhenBar = THISBACK(FFoundMenu); in Ide()
403 ffound[i].WhenSel = ffound[i].WhenLeftClick = THISBACK(ShowFound); in Ide()
422 bottom.Add(ffound[i].SizePos().SetFrame(NullFrame())); in Ide()
H A DFindInFiles.cpp469 return i >= 0 && i < 3 ? ffound[i] : ffound[0]; in FFound()
H A DBottom.cpp176 ffound[i].Show(b); in SyncBottom()
/dports/dns/bind911/bind-9.11.37/lib/dns/tests/
H A Ddb_test.c148 dns_fixedname_t fname, ffound; in version_test() local
165 foundname = dns_fixedname_initname(&ffound); in version_test()
178 foundname = dns_fixedname_initname(&ffound); in version_test()
/dports/dns/bind916/bind-9.16.27/lib/dns/tests/
H A Ddb_test.c339 dns_fixedname_t fname, ffound; in version_test() local
356 foundname = dns_fixedname_initname(&ffound); in version_test()
369 foundname = dns_fixedname_initname(&ffound); in version_test()
/dports/dns/bind-tools/bind-9.16.27/lib/dns/tests/
H A Ddb_test.c339 dns_fixedname_t fname, ffound; in version_test() local
356 foundname = dns_fixedname_initname(&ffound); in version_test()
369 foundname = dns_fixedname_initname(&ffound); in version_test()
/dports/dns/samba-nsupdate/bind-9.16.5/lib/dns/tests/
H A Ddb_test.c334 dns_fixedname_t fname, ffound; in version_test() local
351 foundname = dns_fixedname_initname(&ffound); in version_test()
364 foundname = dns_fixedname_initname(&ffound); in version_test()
/dports/dns/bind9-devel/bind9-e112afa15668bd3b1baed59df2d21e01b46da15e/lib/dns/tests/
H A Ddb_test.c337 dns_fixedname_t fname, ffound; in version_test() local
354 foundname = dns_fixedname_initname(&ffound); in version_test()
367 foundname = dns_fixedname_initname(&ffound); in version_test()
/dports/mail/ezmlm-idx/ezmlm-idx-7.2.2/
H A Dezmlm-archive.c112 int ffound; in write_threads() local
163 ffound = 0; /* search among already known subjects */ in write_threads()
177 ffound = 1; in write_threads()
181 if (!ffound) { in write_threads()
H A Didxthread.c397 int ffound; /* msg subject was found in subtable */ in idx_mkthread() local
446 ffound = 0; in idx_mkthread()
472 ffound = 1; in idx_mkthread()
486 if (!ffound) in idx_mkthread()
/dports/cad/opencascade/opencascade-7.6.0/inc/
H A DTopOpeBRepTool_REGUS.hxx72 …oolean NearestF (const TopoDS_Edge& e, const TopTools_ListOfShape& lof, TopoDS_Face& ffound) const;
/dports/devel/py-cadquery-pywrap/pywrap-e8c7bc9/opencascade/
H A DTopOpeBRepTool_REGUS.hxx72 …oolean NearestF (const TopoDS_Edge& e, const TopTools_ListOfShape& lof, TopoDS_Face& ffound) const;
/dports/ftp/puf/puf-1.0.0/src/
H A Dpuf.h599 #define h_find(str, strc, strt, hash, fcmp, ffound) \ argument
607 ffound(s) \
/dports/net/freebsd-uucp/freebsd-uucp-r1_07_4/uucp/uucico/
H A Dprotg.c1140 boolean ffound; local
1144 &cneed, &ffound))
1154 if (ffound)
H A Dproti.c965 boolean fexit, ffound; local
969 if (! fiprocess_data (qdaemon, &fexit, &ffound, &cneed))
972 if (fexit || (fone && ffound))
/dports/cad/opencascade/opencascade-7.6.0/src/LocOpe/
H A DLocOpe_SplitShape.cxx765 Standard_Boolean ffound = Standard_False; in AddOpenWire() local
770 if (!ffound && exp2.Current().IsSame(Vfirst)) { in AddOpenWire()
771 ffound = Standard_True; in AddOpenWire()
778 if (ffound && lfound) { in AddOpenWire()
/dports/dns/bind911/bind-9.11.37/lib/dns/
H A Dupdate.c948 dns_fixedname_t ffound; in next_active() local
950 found = dns_fixedname_initname(&ffound); in next_active()
/dports/dns/bind-tools/bind-9.16.27/lib/dns/
H A Dupdate.c961 dns_fixedname_t ffound; in next_active() local
963 found = dns_fixedname_initname(&ffound); in next_active()
/dports/dns/bind9-devel/bind9-e112afa15668bd3b1baed59df2d21e01b46da15e/lib/dns/
H A Dupdate.c958 dns_fixedname_t ffound; in next_active() local
960 found = dns_fixedname_initname(&ffound); in next_active()
/dports/dns/bind916/bind-9.16.27/lib/dns/
H A Dupdate.c961 dns_fixedname_t ffound; in next_active() local
963 found = dns_fixedname_initname(&ffound); in next_active()
/dports/dns/samba-nsupdate/bind-9.16.5/lib/dns/
H A Dupdate.c959 dns_fixedname_t ffound; in next_active() local
961 found = dns_fixedname_initname(&ffound); in next_active()

12