Home
last modified time | relevance | path

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

/dports/biology/ncbi-toolkit/ncbi/api/
H A Dutilpub.c619 ValNodePtr vnp, int_pub1 = NULL, int_pub2 = NULL; in SelectBestPub() local
633 int_pub1 = vnp; in SelectBestPub()
640 int_pub1 = pub1; in SelectBestPub()
665 if (int_pub1 == NULL || int_pub2 == NULL) { in SelectBestPub()
670 if ( int_pub1 -> choice == PUB_Medline){ in SelectBestPub()
671 ml = (MedlineEntryPtr) int_pub1 -> data.ptrvalue; in SelectBestPub()
673 }else if (int_pub1->choice == PUB_Article) { in SelectBestPub()
674 ca = (CitArtPtr) int_pub1 -> data.ptrvalue; in SelectBestPub()