Home
last modified time | relevance | path

Searched refs:IsNonTextSourceQual (Results 1 – 3 of 3) sorted by relevance

/dports/biology/ncbi-toolkit/ncbi/api/
H A Dmacroapi.h96 NLM_EXTERN Boolean IsNonTextSourceQual (Int4 srcqual);
H A Dmacroapi.c2364 NLM_EXTERN Boolean IsNonTextSourceQual (Int4 srcqual) in IsNonTextSourceQual() function
2396 return IsNonTextSourceQual (vnp->data.intvalue); in IsNonTextFieldType()
11016 if (IsNonTextSourceQual (scp->data.intvalue) in GetSourceQualFromBioSource()
11039 if (IsNonTextSourceQual (scp->data.intvalue) in GetSourceQualFromBioSource()
11164 if (IsNonTextSourceQual (scp->data.intvalue) in GetMultipleSourceQualsFromBioSource()
11189 if (IsNonTextSourceQual (scp->data.intvalue) in GetMultipleSourceQualsFromBioSource()
11599 … if (rval && StringHasNoText (ssp->name) && !IsNonTextSourceQual(scp->data.intvalue)) { in SetSourceQualInBioSource()
11618 if (StringHasNoText (value) && IsNonTextSourceQual(scp->data.intvalue)) { in SetSourceQualInBioSource()
11677 … if (rval && StringHasNoText (mod->subname) && !IsNonTextSourceQual(scp->data.intvalue)) { in SetSourceQualInBioSource()
16701 if (IsNonTextSourceQual (scp->data.intvalue)) { in IsSourceQualPresent()
[all …]
H A Dsqnutil4.c16526 } else if (IsNonTextSourceQual (q->data.intvalue)) { in AddQualToUniqBioSource()