Home
last modified time | relevance | path

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

/dports/biology/ncbi-toolkit/ncbi/object/
H A Dobjbibli.c662 ap->is_corr = (Uint1)255; in AuthorNew()
742 ap->is_corr = 1; in AuthorAsnRead()
744 ap->is_corr = 0; in AuthorAsnRead()
810 if (ap->is_corr != 255) in AuthorAsnWrite()
812 av.boolvalue = (Boolean) ap->is_corr; in AuthorAsnWrite()
840 if (ap1->is_corr != ap2->is_corr in AuthorMatch()
H A Dobjbibli.h201 Uint1 is_corr; /* corresponding author? 255=not set, 0=false, 1=true */ member