Home
last modified time | relevance | path

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

/dports/biology/ncbi-toolkit/ncbi/api/
H A Dasn2gnb2.c1469 sprintf (buf, "<a name=\"locus_%s\"></a>", awp->currAccVerLabel); in AddLocusBlock()
1515 awp->currAccVerLabel); in AddLocusBlock()
1519 awp->currAccVerLabel); in AddLocusBlock()
1523 awp->currAccVerLabel); in AddLocusBlock()
1528 awp->currAccVerLabel); in AddLocusBlock()
1533 awp->currAccVerLabel); in AddLocusBlock()
1538 awp->currAccVerLabel); in AddLocusBlock()
6622 sprintf (buf, "<a name=\"wgs_%s\"></a>", awp->currAccVerLabel); in AddWGSBlock()
6925 sprintf (buf, "<a name=\"wgs_%s\"></a>", awp->currAccVerLabel); in AddTSABlock()
7087 sprintf (buf, "<a name=\"wgs_%s\"></a>", awp->currAccVerLabel); in AddCAGEBlock()
[all …]
H A Dasn2gnbi.h280 Char currAccVerLabel [SEQID_MAX_LEN]; member
H A Dasn2gnb3.c2725 sprintf (buf, "<a name=\"comment_%s\"></a>", awp->currAccVerLabel); in AddCommentBlock()
5110 sprintf (buf, "<a name=\"feature_%s\"></a>", awp->currAccVerLabel); in AddFeatHeaderBlock()
6090 sprintf (pfx, "<span id=\"feature_%s_source_0\" class=\"feature\">", awp->currAccVerLabel); in AddSourceFeatBlock()
H A Dasn2gnb1.c2727 GetAccVerForBioseq (bsp, awp->currAccVerLabel, sizeof (awp->currAccVerLabel), ajp->hideGI, TRUE); in DoOneSection()