Home
last modified time | relevance | path

Searched refs:eplist (Results 1 – 17 of 17) sorted by relevance

/dports/biology/ncbi-toolkit/ncbi/desktop/
H A Dseqgraph.c104 ephead = eplist = NULL; in DialogToEndPoint()
112 ephead = eplist; in DialogToEndPoint()
976 eplist = eplist->next; in HighlightCutoff()
995 eplist = eplist->next; in HighlightCutoff()
1026 eplist = epnext; in CutOffProc()
1052 eplist = epnext; in CutOffProc()
1073 ephead = eplist; in CutOffProc()
1074 epprev = eplist; in CutOffProc()
1075 eplist = eplist->next; in CutOffProc()
1135 ephead = eplist; in SeqLocGraphViewProc()
[all …]
/dports/net/freediameter/freeDiameter-1.5.0/extensions/dbg_interactive/
H A Dendpoints.i110 void add_merge(struct fd_list * eplist) { in add_merge() argument
113 if (!eplist) { in add_merge()
118 ret = fd_ep_add_merge( eplist, &$self->s.sa, sSAlen(&$self->s.sa), $self->flags ); in add_merge()
/dports/net-p2p/libtorrent-rasterbar/libtorrent-rasterbar-1.2.14/test/
H A Dtest_socket_io.cpp90 char const eplist[] = "l6:\x10\x05\x80\x01\x05\x39" in TORRENT_TEST() local
94 bdecode(eplist, eplist + sizeof(eplist)-1, e, ec); in TORRENT_TEST()
/dports/net-p2p/py-libtorrent-rasterbar/libtorrent-1.2.13/test/
H A Dtest_socket_io.cpp90 char const eplist[] = "l6:\x10\x05\x80\x01\x05\x39" in TORRENT_TEST() local
94 bdecode(eplist, eplist + sizeof(eplist)-1, e, ec); in TORRENT_TEST()
/dports/net/rude/rude/grude/
H A Dgrude417 my @eplist;
452 for ($i = 0; $i <= $#eplist; $i++) {
453 last if ($eplist[$i] == $sel);
455 splice(@eplist, $i, 1);
484 push(@eplist, $n);
488 for ($i = 0; $i <= $#eplist; $i++) {
489 if ($eplist[$i] == $sel) {
494 splice(@eplist, $i, 0);
522 push(@eplist, $n);
/dports/lang/perl5.30/perl-5.30.3/cpan/ExtUtils-Install/t/
H A DPacklist.t144 eplist => 1,
/dports/lang/perl5.32/perl-5.32.1/cpan/ExtUtils-Install/t/
H A DPacklist.t144 eplist => 1,
/dports/lang/perl5.34/perl-5.34.0/cpan/ExtUtils-Install/t/
H A DPacklist.t145 eplist => 1,
/dports/devel/p5-ExtUtils-Install/ExtUtils-Install-2.04/t/
H A DPacklist.t144 eplist => 1,
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/cpan/ExtUtils-Install/t/
H A DPacklist.t145 eplist => 1,
/dports/graphics/klatexformula/klatexformula-4.0.0/src/
H A Dklfsettings.cpp397 QList<KLFMimeExportProfile> eplist = mainWin->mimeExportProfileList(); in populateExportProfilesCombos() local
402 for (k = 0; k < eplist.size(); ++k) { in populateExportProfilesCombos()
403 K->u->cbxCopyExportProfile->addItem(eplist[k].description(), QVariant(eplist[k].profileName())); in populateExportProfilesCombos()
404 K->u->cbxDragExportProfile->addItem(eplist[k].description(), QVariant(eplist[k].profileName())); in populateExportProfilesCombos()
H A Dklfmainwin.cpp657 QList<KLFMimeExportProfile> eplist = pMimeExportProfileManager.exportProfileList(); in refreshExportTypesMenu() local
664 for (k = 0; k < eplist.size(); ++k) { in refreshExportTypesMenu()
665 QString submenu = eplist[k].inSubMenu(); in refreshExportTypesMenu()
683 …klfDbg("adding "<<eplist[k].description()<<"; profile="<<eplist[k].profileName()<<" in menu="<<men… in refreshExportTypesMenu()
686 action->setText(eplist[k].description()); in refreshExportTypesMenu()
687 action->setData(eplist[k].profileName()); in refreshExportTypesMenu()
690 (klfconfig.ExportData.dragExportProfile()==eplist[k].profileName()) ); in refreshExportTypesMenu()
693 smapper->setMapping(action, eplist[k].profileName()); in refreshExportTypesMenu()
/dports/dns/bind9-devel/bind9-e112afa15668bd3b1baed59df2d21e01b46da15e/bin/named/
H A Dserver.c11209 const cfg_obj_t *eplist = NULL; in listenelt_http() local
11236 if (cfg_map_get(http, "endpoints", &eplist) == ISC_R_SUCCESS) { in listenelt_http()
11237 INSIST(eplist != NULL); in listenelt_http()
11238 len = cfg_list_length(eplist, false); in listenelt_http()
11257 if (http != NULL && eplist != NULL) { in listenelt_http()
11258 for (elt = cfg_list_first(eplist); elt != NULL; in listenelt_http()
/dports/games/openbor3979/openbor-2bcf25b/engine/
H A Dopenborscript.c3379 static const char *eplist[] = variable
4063 MAPSTRINGS(varlist[1], eplist, _ep_the_end, in mapstrings_entityproperty()
4072 eps = (ep < _ep_the_end && ep >= 0) ? eplist[ep] : ""; in mapstrings_entityproperty()
/dports/games/openbor3711/openbor-6ec17fa/engine/
H A Dopenborscript.c2688 static const char* eplist[] = { variable
3236 MAPSTRINGS(varlist[1], eplist, _ep_the_end, in mapstrings_getentityproperty()
5576 MAPSTRINGS(varlist[1], eplist, _ep_the_end, in mapstrings_changeentityproperty()
/dports/games/openbor/openbor-3caaddd5/engine/
H A Dopenborscript.c2211 static const char *eplist[] = variable
3080 MAPSTRINGS(varlist[1], eplist, _ep_the_end, in mapstrings_entityproperty()
3089 eps = (ep < _ep_the_end && ep >= 0) ? eplist[ep] : ""; in mapstrings_entityproperty()
/dports/games/openbor4432/openbor-ba1eb4f/engine/
H A Dopenborscript.c3704 static const char *eplist[] = variable
4562 MAPSTRINGS(varlist[1], eplist, _ep_the_end, in mapstrings_entityproperty()
4571 eps = (ep < _ep_the_end && ep >= 0) ? eplist[ep] : ""; in mapstrings_entityproperty()