Home
last modified time | relevance | path

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

/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Ddgn-overview.cc773 const char *feat_key = _get_tracked_feature_key(feat); in _update_tracked_feature_annot() local
774 const int new_num = env.properties[feat_key]; in _update_tracked_feature_annot()
812 const char *feat_key = _get_tracked_feature_key(feat); in seen_tracked_feature() local
814 if (!env.properties.exists(feat_key)) in seen_tracked_feature()
815 env.properties[feat_key] = 0; in seen_tracked_feature()
817 _update_tracked_feature_annot(feat, env.properties[feat_key].get_int()++); in seen_tracked_feature()
828 const char *feat_key = _get_tracked_feature_key(feat); in explored_tracked_feature() local
830 ASSERT(env.properties.exists(feat_key)); in explored_tracked_feature()
834 if (env.properties[feat_key].get_int() == 0) in explored_tracked_feature()
837 _update_tracked_feature_annot(feat, env.properties[feat_key].get_int()--); in explored_tracked_feature()
/dports/biology/ncbi-toolkit/ncbi/api/
H A Dasn2gnb4.c6228 if (iasp->feat_key [featdeftype] == NULL) { in AddJsInterval()
6229 iasp->feat_key [featdeftype] = StringSave ("misc_feature"); in AddJsInterval()
6233 if (StringICmp (iasp->feat_key [featdeftype], "source") == 0) { in AddJsInterval()
6235 if (iasp->feat_key [featdeftype] == NULL) { in AddJsInterval()
6236 iasp->feat_key [featdeftype] = StringSave ("source"); in AddJsInterval()
6240 key = iasp->feat_key [featdeftype]; in AddJsInterval()
6432 CharPtr feat_key; member
6824 for (i = 0; reg_feat_keys [i].feat_key != NULL; i++) { in FormatFeatureBlockEx()
6825 if (StringICmp (key, reg_feat_keys [i].feat_key) == 0) { in FormatFeatureBlockEx()
6845 if (iasp->feat_key [featdeftype] == NULL) { in FormatFeatureBlockEx()
[all …]
H A Dasn2gnbi.h113 CharPtr feat_key [FEATDEF_MAX]; member
H A Dasn2gnb6.c4495 if (iasp->feat_key [FEATDEF_BIOSRC] == NULL) { in FormatSourceFeatBlock()
4496 iasp->feat_key [FEATDEF_BIOSRC] = StringSave ("source"); in FormatSourceFeatBlock()
6550 iasp->feat_key [featdeftype] = MemFree (iasp->feat_key [featdeftype]); in FormatSlashBlock()
H A Dsqnutil1.c13227 CharPtr feat_key; member
13456 for (j = 0; reg_feat_keys [j].feat_key != NULL; j++) { in CleanUpSeqFeat()
13457 if (StringICmp (ifp->key, reg_feat_keys [j].feat_key) == 0) { in CleanUpSeqFeat()
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/objtools/validator/
H A Dvaliderror_bioseq.cpp7462 CCacheImpl::SFeatKey feat_key( in x_ValidateAbuttingUTR() local
7466 GetCache().GetFeatFromCache(feat_key); in x_ValidateAbuttingUTR()
7468 feat_key.feat_subtype = CSeqFeatData::eSubtype_3UTR; in x_ValidateAbuttingUTR()
7469 const size_t num_3utr = GetCache().GetFeatFromCache(feat_key).size(); in x_ValidateAbuttingUTR()
7470 feat_key.feat_subtype = CSeqFeatData::eSubtype_5UTR; in x_ValidateAbuttingUTR()
7471 const size_t num_5utr = GetCache().GetFeatFromCache(feat_key).size(); in x_ValidateAbuttingUTR()
7472 feat_key.feat_subtype = CSeqFeatData::eSubtype_gene; in x_ValidateAbuttingUTR()
7473 const size_t num_gene = GetCache().GetFeatFromCache(feat_key).size(); in x_ValidateAbuttingUTR()