Home
last modified time | relevance | path

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

/dports/biology/ncbi-toolkit/ncbi/api/
H A Dsqnutil4.c14133 SeqLocPtr slp_to_change, slp_index; in ExtendSeqLocToEnd() local
14141 slp_to_change = NULL; in ExtendSeqLocToEnd()
14146 slp_to_change = slp; in ExtendSeqLocToEnd()
14152 slp_to_change = NULL; in ExtendSeqLocToEnd()
14162 slp_to_change = slp_index; in ExtendSeqLocToEnd()
14175 slp_to_change = slp_index; in ExtendSeqLocToEnd()
14183 if (slp_to_change != NULL) in ExtendSeqLocToEnd()
14188 start = GetOffsetInBioseq (slp_to_change, bsp, SEQLOC_START); in ExtendSeqLocToEnd()
14194 stop = GetOffsetInBioseq (slp_to_change, bsp, SEQLOC_STOP); in ExtendSeqLocToEnd()
14200 start_diff = GetOffsetInBioseq(slp_to_change, bsp, SEQLOC_START); in ExtendSeqLocToEnd()
[all …]
/dports/biology/ncbi-toolkit/ncbi/sequin/
H A Dsequin8.c187 SeqLocPtr slp_to_change, slp_index; in ExtendSeqLocToPosition() local
198 slp_to_change = NULL; in ExtendSeqLocToPosition()
203 slp_to_change = slp; in ExtendSeqLocToPosition()
209 slp_to_change = NULL; in ExtendSeqLocToPosition()
219 slp_to_change = slp_index; in ExtendSeqLocToPosition()
232 slp_to_change = slp_index; in ExtendSeqLocToPosition()
240 if (slp_to_change != NULL) in ExtendSeqLocToPosition()
245 start = GetOffsetInBioseq (slp_to_change, bsp, SEQLOC_START); in ExtendSeqLocToPosition()
251 stop = GetOffsetInBioseq (slp_to_change, bsp, SEQLOC_STOP); in ExtendSeqLocToPosition()
259 expand_seq_loc (start, stop, strand, slp_to_change); in ExtendSeqLocToPosition()