Home
last modified time | relevance | path

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

/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/objtools/flatfile/
H A Dutilfun.h124 char* SrchTheStr(char* bptr, char* eptr, const char *str);
H A Dasci_blk.cpp703 ptr = SrchTheStr(bptr, eptr, str); in GetEmblRefType()
712 ptr = SrchTheStr(bptr, eptr, " 0-0"); in GetEmblRefType()
725 if (SrchTheStr(bptr, sptr, "sites") != NULL) in GetEmblRefType()
H A Dutilfun.cpp1099 char* SrchTheStr(char* bptr, char* eptr, const char *leadstr) in SrchTheStr() function
H A Dem_ascii.cpp740 bptr = SrchTheStr(offset, eptr, "Version"); in GetReleaseInfo()