Home
last modified time | relevance | path

Searched refs:feat_choice (Results 1 – 2 of 2) sorted by relevance

/dports/biology/ncbi-toolkit/ncbi/sequin/
H A Dsequin1.c18542 GrouP feat_choice; member
18559 if (frm->feat_choice == NULL) { in AddRnaFeatLabel()
18562 i = GetValue (frm->feat_choice); in AddRnaFeatLabel()
18597 i = GetValue (frm->feat_choice); in ChangeRNAFeatChoice()
18631 frm->feat_choice = HiddenGroup (h, 0, 20, ChangeRNAFeatChoice); in SingleRNAFeat()
18632 SetObjectExtra (frm->feat_choice, frm, NULL); in SingleRNAFeat()
18633 SetGroupSpacing (frm->feat_choice, 10, 10); in SingleRNAFeat()
18636 RadioButton (frm->feat_choice, option_name); in SingleRNAFeat()
18638 RadioButton (frm->feat_choice, "Something else"); in SingleRNAFeat()
18654 …s (ALIGN_CENTER, (HANDLE) p, (HANDLE) frm->feat_name, (HANDLE) g, (HANDLE) frm->feat_choice, NULL); in SingleRNAFeat()
/dports/biology/ncbi-toolkit/ncbi/api/
H A Dmacroapi.c19020 Uint1 feat_choice = 0; in DoesObjectMatchRnaQualConstraint() local
19048 feat_choice = SEQFEAT_RNA; in DoesObjectMatchRnaQualConstraint()
19051 feat_choice = 0; in DoesObjectMatchRnaQualConstraint()
19057 for (sfp = SeqMgrGetNextFeature (bsp, NULL, feat_choice, subtype, &fcontext); in DoesObjectMatchRnaQualConstraint()
19059 sfp = SeqMgrGetNextFeature (bsp, sfp, feat_choice, subtype, &fcontext)) { in DoesObjectMatchRnaQualConstraint()
19195 Uint1 feat_choice = 0; in GetConstraintFieldFromObject() local
19223 feat_choice = SEQFEAT_RNA; in GetConstraintFieldFromObject()
19226 feat_choice = 0; in GetConstraintFieldFromObject()
19230 for (sfp = SeqMgrGetNextFeature (bsp, NULL, feat_choice, subtype, &fcontext); in GetConstraintFieldFromObject()
19232 sfp = SeqMgrGetNextFeature (bsp, sfp, feat_choice, subtype, &fcontext)) { in GetConstraintFieldFromObject()