Home
last modified time | relevance | path

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

/dports/biology/ncbi-toolkit/ncbi/tools/
H A Dtfuns.c32 static ORGMOD orgmod_subtype[10] = { variable
423 if (v->subtype == orgmod_subtype[i].num) in tie_next_OrgMod()
438 orgmod_subtype[i].name, msg1, msg2); in tie_next_OrgMod()
H A Dtoasn3.c81 static ORGMOD orgmod_subtype[10] = { variable
1825 for (i=0; orgmod_subtype[i].name != NULL; i++) { in CheckQuals()
1829 if (StringCmp(q->qual, orgmod_subtype[i].name) == 0) { in CheckQuals()
1839 omp->subtype = (Uint1) orgmod_subtype[i].num; in CheckQuals()
/dports/biology/ncbi-toolkit/ncbi/api/
H A Dasn2ff3.c110 ORGMOD orgmod_subtype[34] = { variable
3947 for (i=0; orgmod_subtype[i].name != NULL; i++) { in AddBioSourceToGBQual()
3948 if (omp->subtype == orgmod_subtype[i].num) in AddBioSourceToGBQual()
3951 if (orgmod_subtype[i].name == NULL) { in AddBioSourceToGBQual()
3954 if (orgmod_subtype[i].num == 253) { /* old_lineage */ in AddBioSourceToGBQual()
3957 if (orgmod_subtype[i].num == 254) { /* old_name */ in AddBioSourceToGBQual()
3960 qual = orgmod_subtype[i].name; in AddBioSourceToGBQual()
3961 if (orgmod_subtype[i].num == 21) { /* nat_hos */ in AddBioSourceToGBQual()
H A Dmacroapi.c10956 Int4 orgmod_subtype = -1, subsrc_subtype = -1; in GetSourceQualFromBioSource() local
11011 if (orgmod_subtype == -1) { in GetSourceQualFromBioSource()
11100 Int4 orgmod_subtype = -1, subsrc_subtype = -1; in GetMultipleSourceQualsFromBioSource() local
11159 if (orgmod_subtype == -1) { in GetMultipleSourceQualsFromBioSource()
11348 if (orgmod_subtype == -1) { in RemoveSourceQualFromBioSource()
11558 if (orgmod_subtype == -1) { in SetSourceQualInBioSource()
11641 mod->subtype = orgmod_subtype; in SetSourceQualInBioSource()
11702 mod->subtype = orgmod_subtype; in SetSourceQualInBioSource()
16663 Int4 orgmod_subtype, subsrc_subtype, subfield; in IsNonTextSourceQualPresent() local
16671 if (orgmod_subtype == -1) { in IsNonTextSourceQualPresent()
[all …]
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/objtools/cleanup/
H A Dnewcleanupp.cpp5305 TORGMOD_SUBTYPE orgmod_subtype = NCBI_ORGMOD(other); in s_CleanupOrgModAndSubSourceOther_helper() local
5307 if( s_StringHasOrgModPrefix(piece, val_start_pos, orgmod_subtype) ) { in s_CleanupOrgModAndSubSourceOther_helper()
5311 existingOrgModMap.find(orgmod_subtype); in s_CleanupOrgModAndSubSourceOther_helper()
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/src/objtools/cleanup/
H A Dnewcleanupp.cpp5244 TORGMOD_SUBTYPE orgmod_subtype = NCBI_ORGMOD(other); in s_CleanupOrgModAndSubSourceOther_helper() local
5246 if( s_StringHasOrgModPrefix(piece, val_start_pos, orgmod_subtype) ) { in s_CleanupOrgModAndSubSourceOther_helper()
5250 existingOrgModMap.find(orgmod_subtype); in s_CleanupOrgModAndSubSourceOther_helper()