Home
last modified time | relevance | path

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

/dports/biology/ncbi-toolkit/ncbi/api/
H A Dsqnutil4.c11496 CharPtr cp, word_in_first, word_in_second; in IdenticalExceptForPartialComplete() local
11514 word_in_second = StringISearch (str2, "partial"); in IdenticalExceptForPartialComplete()
11516 if (word_in_second == NULL || (cp != NULL && word_in_second > cp)) { in IdenticalExceptForPartialComplete()
11517 word_in_second = cp; in IdenticalExceptForPartialComplete()
11523 if (word_in_first == NULL && word_in_second == NULL) { in IdenticalExceptForPartialComplete()
11529 } else if (word_in_first == NULL || word_in_second == NULL) { in IdenticalExceptForPartialComplete()
11531 } else if ((compare_len = word_in_first - str1) != word_in_second - str2) { in IdenticalExceptForPartialComplete()
11536 … return IdenticalExceptForPartialComplete (word_in_first + first_len, word_in_second + second_len); in IdenticalExceptForPartialComplete()