Home
last modified time | relevance | path

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

/dports/biology/ncbi-toolkit/ncbi/api/
H A Dmacroapi.c18611 PubClassQualPtr orig_pq = NULL, new_pq = NULL; in SetPubclassOnPub() local
18622 orig_pq = GetPubclassQualFromPub(the_pub); in SetPubclassOnPub()
18624 if (new_pq == NULL || orig_pq == NULL || new_pq == orig_pq) { in SetPubclassOnPub()
18628 if (new_pq->pub_choice == the_pub->choice && new_pq->art_from == orig_pq->art_from) { in SetPubclassOnPub()
18630 if (new_pq->status != orig_pq->status) { in SetPubclassOnPub()