Home
last modified time | relevance | path

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

/dports/biology/emboss/EMBOSS-6.6.0/ajax/core/
H A Dajfeat.c176 static AjPStr featTypeMiscfeat = NULL; variable
561 if(!featTypeMiscfeat) in ajFeatNewBetween()
562 featTypeMiscfeat = ajStrNewC("misc_feature"); in ajFeatNewBetween()
564 ret = ajFeatNewNucFlags(thys,source,featTypeMiscfeat, in ajFeatNewBetween()
655 if(!featTypeMiscfeat) in ajFeatNewII()
656 featTypeMiscfeat = ajStrNewC("misc_feature"); in ajFeatNewII()
659 ret = ajFeatNewNucFlags(thys,source,featTypeMiscfeat, in ajFeatNewII()
663 ret = ajFeatNewNucFlags(thys,source,featTypeMiscfeat, in ajFeatNewII()
707 if(!featTypeMiscfeat) in ajFeatNewIISub()
708 featTypeMiscfeat = ajStrNewC("misc_feature"); in ajFeatNewIISub()
[all …]