Home
last modified time | relevance | path

Searched refs:feattype (Results 1 – 25 of 28) sorted by relevance

12

/dports/biology/ncbi-toolkit/ncbi/desktop/
H A Dsalpanel.h150 BatchApplyFeatureDetailsDialog (GrouP parent, Int4 feattype, Nlm_ChangeNotifyProc change_notify, Po…
159 Int4 feattype);
H A Dlayout.c71 c_class = (fnp->feattype == 0) ? MSM_SEQUENCE: (Int2)(fnp->feattype); in get_current_class()
612 if(fnp->feattype != n_fnp->feattype) in link_to_group()
730 if(fnp->feattype == n_fnp->feattype) in make_prev_group()
951 if(fnp->feattype == FEATDEF_mRNA) in insert_CDS_to_best_mRNA()
1019 if(fnp->feattype == FEATDEF_GENE) in find_best_gene()
1270 if(p_feattype != c_fnp->feattype || t_prev == NULL) in layout_uncompressed_group()
1321 p_feattype = c_fnp->feattype; in layout_uncompressed_group()
1756 if(fnp->feattype == FEATDEF_repeat_region || fnp->feattype == FEATDEF_repeat_unit) in strip_repeat_feature()
1832 if(fnp->feattype == FEATDEF_repeat_region || fnp->feattype == FEATDEF_repeat_unit) in load_align_feature_list()
H A Dsaled.h51 extern Uint2 OBJ_ (Uint2 feattype);
H A Dsalpanel.c4792 Int4 feattype; member
5278 if (dlg->feattype == ADD_IMP) in OkToAcceptBatchApplyFeatureDetails()
5322 dlg->feattype = feattype; in BatchApplyFeatureDetailsDialog()
5328 if (dlg->feattype == ADD_CDS) in BatchApplyFeatureDetailsDialog()
5339 else if (dlg->feattype == ADD_RRNA) in BatchApplyFeatureDetailsDialog()
5348 if (dlg->feattype == ADD_TITLE) { in BatchApplyFeatureDetailsDialog()
5353 if (dlg->feattype == ADD_CDS) { in BatchApplyFeatureDetailsDialog()
6094 Int4 feattype; member
6260 if (aafdp->feattype == ADD_IMP) in DoApplyFeatureToAlignment()
6304 if (aafdp->feattype == ADD_CDS) in DoApplyFeatureToAlignment()
[all …]
H A Dsaled.c102 extern Uint2 OBJ_ (Uint2 feattype) in OBJ_() argument
104 if ( feattype == FEATDEF_BAD ) return OBJ_BIOSEQ; in OBJ_()
589 if (OBJ_(tap->feattype) == OBJ_BIOSEQ) { in AlignDataGapAddProc()
1213 …t4 position, SelEdStructPtr feat, EditAlignDataPtr adp, Int2 line, Int2 feattype, SelEdStructPtr p… in drag_feat() argument
1267 if ((feattype == SEQFEAT_CDREGION || feattype == FEATDEF_CDS) in drag_feat()
1274 …inval_selstructloc_forfeat (adp, feat->entityID, feat->itemID, feat->itemtype, feattype, &rp, min… in drag_feat()
1287 if ((feattype == SEQFEAT_CDREGION || feattype == FEATDEF_CDS) in drag_feat()
1294 …inval_selstructloc_forfeat (adp, feat->entityID, feat->itemID, feat->itemtype, feattype, &rp, minp… in drag_feat()
1317 if ((feattype == SEQFEAT_CDREGION || feattype == FEATDEF_CDS) in drag_feat()
1325 …inval_selstructloc_forfeat (adp, feat->entityID, feat->itemID, feat->itemtype, feattype, &rp, minp… in drag_feat()
[all …]
H A Ddrawseq.c1079 if(fnp->feattype == FEATDEF_repeat_region || fnp->feattype == FEATDEF_repeat_unit) in AddRepeatsToAlignment()
1354 static Boolean is_repeat_feature (Uint1 feattype) in is_repeat_feature() argument
1356 return (feattype == FEATDEF_repeat_region ||feattype == FEATDEF_repeat_unit); in is_repeat_feature()
1409 if(!is_repeat_feature (fnp->feattype)) in AddAlignFeature()
1432 if(fnp->itemID == itemID && !is_repeat_feature(fnp->feattype)) /*find the match*/ in AddAlignFeature()
/dports/biology/ncbi-toolkit/ncbi/api/
H A Dsalstruc.c146 static Uint2 OBJ_ (Uint2 feattype) in OBJ_() argument
148 if ( feattype == FEATDEF_BAD ) return OBJ_BIOSEQ; in OBJ_()
387 if (OBJ_(tdptmp->feattype) == OBJ_BIOSEQ) vnpanp = vnpanp->next; in next_notemptyline()
400 if (OBJ_(tdptmp->feattype) == OBJ_BIOSEQ) vnpanp = vnpanp->next; in next_notemptyline()
407 if (OBJ_(tdptmp->feattype) == OBJ_BIOSEQ) in next_notemptyline()
898 if ( OBJ_(tdp->feattype) == OBJ_BIOSEQ ) { in arrange_buffer()
920 bspssp = new_seledstruct (entityID, itemID, OBJ_(tdp->feattype), 0,itemID, in arrange_buffer()
1558 if (OBJ_(tap->feattype) == OBJ_BIOSEQ) in get_master()
2236 if ( OBJ_(tdp->feattype) == OBJ_BIOSEQ ) { in ShowAlignmentText()
2250 itemtype = OBJ_(tdp->feattype); in ShowAlignmentText()
[all …]
H A Djzcoll.c556 if(fnp->feattype ==FEATDEF_CDS) in buffer_for_feature()
696 fbp->feattype = fnp->feattype; in load_feature_data()
723 fbp->feattype = fnp->feattype; in load_feature_data()
1135 tdp->feattype = 0; in ProcessTextAlignNode2()
1294 tdp->feattype = 0; in ProcessTextAlignNode2()
1400 if((feattype == 0) || (fnp->feattype == feattype)) in do_collect()
1469 extract = lolli_feature[fnp->feattype]; in extract_lollipop_feature()
1644 fnp->feattype = (Uint1)feattype; in CreateFeatNode()
4256 group1 = groupSortOrder[fnp1->feattype]; in FeatNodeCompProc()
4257 group2 = groupSortOrder[fnp2->feattype]; in FeatNodeCompProc()
[all …]
H A Djzcoll.h289 Uint1 feattype; /*type for Seq-feat*/ member
335 …list PROTO((ValNodePtr PNTR head, Uint1 itemType, Uint2 entityID, Uint1 feattype, Uint1 label_type…
H A Dsalutil.h101 NLM_EXTERN SelEdStructPtr get_feat_fromid (ValNodePtr feat_vnp, Uint2 feattype, Uint2 ei, Uint4 ii,…
212 NLM_EXTERN void SelectType (EditAlignDataPtr adp, Uint2 feattype, Int4 slpto);
H A Dsalutil.c66 static Uint2 OBJ_ (Uint2 feattype) in OBJ_() argument
68 if ( feattype == FEATDEF_BAD ) return OBJ_BIOSEQ; in OBJ_()
746 if (OBJ_(tap->feattype) == OBJ_BIOSEQ) tentityID = tap->seqEntityID; in TextAlignBufFind()
748 if (tentityID == entityID && tap->itemID == itemID && OBJ_(tap->feattype) == itemtype) in TextAlignBufFind()
774 if (OBJ_(tdp->feattype) == OBJ_BIOSEQ) { in buf2array()
896 NLM_EXTERN SelEdStructPtr get_feat_fromid (ValNodePtr feat_vnp, Uint2 feattype, Uint2 ei, Uint4 ii,… in get_feat_fromid() argument
909 if (vnp->choice == feattype || feattype == 255) { in get_feat_fromid()
2377 NLM_EXTERN void SelectType (EditAlignDataPtr adp, Uint2 feattype, Int4 slpto) in SelectType() argument
2396 it = feattype; in SelectType()
H A Dtxalign.h337 Uint2 feattype; member
H A Dtxalign.c1041 return ((tdp->feattype == SEQFEAT_CDREGION) ||(tdp->feattype == 0 in add_html_label()
1058 if(tdp->feattype == SEQFEAT_CDREGION) in get_seqid_for_textbuf()
1811 tdp->feattype = 0; in load_fake_protein_buf()
/dports/biology/emboss/EMBOSS-6.6.0/emboss/
H A Dextractfeat.c97 AjPStr feattype = NULL; in main() local
117 feattype = ajAcdGetString("type"); in main()
138 extractfeat_FeatureFilter(featab, source, feattype, sense, in main()
157 ajStrDel(&feattype); in main()
/dports/games/xconq/xconq-7.5.0-0pre.0.20050612/kernel/
H A Dkpublic.h124 extern Feature *net_create_feature(char *feattype, char *name);
125 extern void net_set_feature_type_name(Feature *feature, char *feattype);
H A Dmkterr.c47 static char *name_feature_at(int x, int y, char *feattype);
48 static char *name_feature_using(Obj *namerlist, char *feattype);
1558 name_feature_at(int x, int y, char *feattype) in name_feature_at() argument
1570 rslt = name_feature_using(side->featurenamers, feattype); in name_feature_at()
1581 return name_feature_using(namerlist, feattype); in name_feature_at()
1585 name_feature_using(Obj *namerlist, char *feattype) in name_feature_using() argument
1596 && strcmp(c_string(car(head)), feattype) == 0) { in name_feature_using()
H A Dkernel.h271 extern Feature *create_feature(char *feattype, char *name);
272 extern void set_feature_type_name(Feature *feature, char *feattype);
H A Dworld.c1392 create_feature(char *feattype, char *name) in create_feature() argument
1402 newfeature->feattype = feattype; in create_feature()
1449 set_feature_type_name(Feature *feature, char *feattype) in set_feature_type_name() argument
1453 feature->feattype = copy_string(feattype); in set_feature_type_name()
H A Dnlang.c1686 if (feature->feattype) { in feature_desc()
1688 strcat(buf, feature->feattype); in feature_desc()
1710 if (feature->feattype) { in feature_desc()
1712 strcat(buf, feature->feattype); in feature_desc()
H A Dtp.c1335 net_create_feature(char *feattype, char *name) in net_create_feature() argument
1340 rslt = create_feature(feattype, name); in net_create_feature()
1349 net_set_feature_type_name(Feature *feature, char *feattype) in net_set_feature_type_name() argument
1352 set_feature_type_name(feature, feattype); in net_set_feature_type_name()
H A Dworld.h105 char *feattype; /*!< its category, such as "island" or "bay" member
H A Dread.c1917 Obj *featspec, *flist, *feattype, *featname; in fill_in_features() local
1931 feattype = car(featspec); in fill_in_features()
1933 if ((stringp(feattype) || symbolp(feattype)) in fill_in_features()
1935 feat = create_feature(c_string(feattype), c_string(featname)); in fill_in_features()
H A Dwrite.c1036 add_to_form(escaped_string(feature->feattype)); in write_area_features()
/dports/games/xconq/xconq-7.5.0-0pre.0.20050612/changelogs/
H A DChangeLog-20023834 (feature_rename_dialog): Change typename to feattype.
3859 (tk_feature_info): Change typename to feattype.
3984 (create_feature): Change typename to feattype.
3985 (set_feature_type_name): Change typename to feattype.
3987 (net_create_feature): Change typename to feattype.
3993 * nlang.c (feature_desc): Change typename to feattype.
3998 (net_create_feature): Change typename to feattype.
4001 (set_feature_type_name): Change typename to feattype.
4002 * world.h (a_feature): Change typename to feattype.
4062 (name_feature_at): Change typename to feattype.
[all …]
/dports/games/xconq/xconq-7.5.0-0pre.0.20050612/tcltk/
H A Dtkmain.c1226 else if (feature->name != NULL || feature->feattype != NULL) in tk_feature_info()
1229 (feature->feattype ? feature->feattype : "")); in tk_feature_info()

12