Home
last modified time | relevance | path

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

/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/objtools/flatfile/
H A Dasci_blk.h64 char* GetDescrComment(char* offset, size_t len, Int2 col_data, bool is_htg, bool is_pat);
H A Dloadfeat.cpp3706 Int4 is_htg; in CollectGapFeats() local
3729 is_htg = -1; in CollectGapFeats()
3732 if(is_htg >= 0 && is_htg <= 2) in CollectGapFeats()
3735 is_htg = 3; in CollectGapFeats()
3737 is_htg = 0; in CollectGapFeats()
3739 is_htg = 1; in CollectGapFeats()
3741 is_htg = 2; in CollectGapFeats()
3743 is_htg = 3; in CollectGapFeats()
3876 if(is_htg == 0 || is_htg == 1) in CollectGapFeats()
3888 else if(is_htg == 2 || is_htg == 3) in CollectGapFeats()
[all …]
H A Dgb_ascii.cpp1238 bool is_htg; in GetGenBankDescr() local
1468 is_htg = true; in GetGenBankDescr()
1470 is_htg = false; in GetGenBankDescr()
1478 (pp->xml_comp ? false : is_htg), in GetGenBankDescr()
H A Dem_ascii.cpp1929 bool is_htg = false; in GetEmblDescr() local
2140 is_htg = true; in GetEmblDescr()
2227 (pp->xml_comp ? false : is_htg), in GetEmblDescr()
H A Dasci_blk.cpp1198 bool is_htg, bool is_pat) in GetDescrComment() argument
1216 if ((is_htg && bptr[col_data] == '*') || in GetDescrComment()