Home
last modified time | relevance | path

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

/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/objtools/flatfile/
H A Dxm_index.cpp775 XmlIndexPtr txipsub; in XMLIndexSameSubTags() local
793 txipsub = NULL; in XMLIndexSameSubTags()
834 txipsub = xipsub; in XMLIndexSameSubTags()
837 (s[1] == '/' && txipsub->end != 0)) in XMLIndexSameSubTags()
839 txipsub->next = XMLIndexNew(); in XMLIndexSameSubTags()
840 txipsub = txipsub->next; in XMLIndexSameSubTags()
844 txipsub->end = count - i; in XMLIndexSameSubTags()
845 txipsub->end_line = line; in XMLIndexSameSubTags()
849 txipsub->start = count; in XMLIndexSameSubTags()
850 txipsub->start_line = line; in XMLIndexSameSubTags()
[all …]