Home
last modified time | relevance | path

Searched refs:AuthorPtr (Results 1 – 25 of 35) sorted by relevance

12

/dports/biology/ncbi-toolkit/ncbi/object/
H A Dobjbibli.h203 } Author, PNTR AuthorPtr; typedef
205 NLM_EXTERN AuthorPtr LIBCALL AuthorNew PROTO((void));
206 NLM_EXTERN AuthorPtr LIBCALL AuthorFree PROTO((AuthorPtr ap));
207 NLM_EXTERN AuthorPtr LIBCALL AuthorAsnRead PROTO((AsnIoPtr aip, AsnTypePtr atp));
208 NLM_EXTERN Boolean LIBCALL AuthorAsnWrite PROTO((AuthorPtr ap, AsnIoPtr aip, AsnTypePtr atp));
209 NLM_EXTERN Boolean LIBCALL AuthorMatch (AuthorPtr ap1, AuthorPtr ap2);
H A Dobjsub.h120 AuthorPtr contact;
H A Dobjbibli.c451 AuthorFree((AuthorPtr) curr->data.ptrvalue); in AuthListFree()
656 NLM_EXTERN AuthorPtr LIBCALL AuthorNew (void) in AuthorNew()
658 AuthorPtr ap; in AuthorNew()
660 ap = (AuthorPtr)MemNew(sizeof(Author)); in AuthorNew()
671 NLM_EXTERN AuthorPtr LIBCALL AuthorFree (AuthorPtr ap) in AuthorFree()
679 return (AuthorPtr)MemFree(ap); in AuthorFree()
687 NLM_EXTERN AuthorPtr LIBCALL AuthorAsnRead (AsnIoPtr aip, AsnTypePtr orig) in AuthorAsnRead()
689 AuthorPtr ap=NULL; in AuthorAsnRead()
829 NLM_EXTERN Boolean LIBCALL AuthorMatch (AuthorPtr ap1, AuthorPtr ap2) in AuthorMatch()
3406 AuthorPtr ap; in AuthListMatch()
[all …]
H A Dobjpub.c1362 AuthorPtr ap; in PubLabelUnique()
1612 ap = (AuthorPtr)(vnp2->data.ptrvalue); in PubLabelUnique()
/dports/biology/ncbi-toolkit/ncbi/access/
H A Dmla2api.c284 AuthorPtr ap; in Mla2CreateCitationtMatchRequest()
557 AuthorPtr aup; in ChangeMLtoSTD()
599 AuthorPtr ap; in ChangeCitArtMLAuthorsToSTD()
H A Dpmfapi.c190 AuthorPtr aup; in ConvertMLtoSTD()
/dports/biology/ncbi-toolkit/ncbi/desktop/
H A Dseqsub.c79 AuthorPtr ap; in AuthorToContactNameDialog()
91 ap = (AuthorPtr) userdata; in AuthorToContactNameDialog()
131 AuthorPtr ap; in ContactNameDialogToAuthor()
436 AuthorPtr ap; in CopyToCitation()
596 AuthorPtr ap; in AddConsortiumToAuthList()
621 AuthorPtr ap; in AuthListToConsortium()
1446 AuthorPtr ap; in CopyContactToCitAuthors()
1458 ap = (AuthorPtr) AsnIoMemCopy (cip->contact, in CopyContactToCitAuthors()
2388 AuthorPtr ap; in NameToAuthList()
2427 AuthorPtr ap; in CitSubFromContactInfo()
[all …]
H A Dpubdesc.c335 AuthorPtr ap; in AddConsortiumToAuthList()
367 AuthorPtr ap; in AuthListToConsortium()
5624 AuthorPtr f_author_p = NULL, l_author_p = NULL, ap; /* first and last authors*/ in PopulateWindow()
5709 f_author_p = (AuthorPtr)auth_vnp->data.ptrvalue; in PopulateWindow()
5710 l_author_p =(AuthorPtr)auth_vnp->data.ptrvalue; in PopulateWindow()
5715 ap = (AuthorPtr) auth_vnp->data.ptrvalue; in PopulateWindow()
5720 l_author_p =(AuthorPtr)auth_vnp->data.ptrvalue; in PopulateWindow()
H A Dmedview.c1102 AuthorPtr ap; in GetMedlineCaption()
H A Ddlgutil1.c2556 AuthorPtr ap; in StdAuthListPtrToAuthorDialog()
2739 AuthorPtr ap; in AuthorDialogToStdAuthListPtr()
3129 AuthorPtr ap; in ReadAuthorListFromTextFile()
3251 AuthorPtr ap; in InsertFirstAuthor()
/dports/biology/ncbi-toolkit/ncbi/network/medarch/client/
H A Dmedutil.c247 AuthorPtr aup; in print_pub()
494 AuthorPtr aup; in ten_authors()
1449 AuthorPtr ap; in MedlineToISO()
1485 ap = (AuthorPtr) tmp2->data.ptrvalue; in MedlineToISO()
1663 AuthorPtr aup; in get_std_auth()
/dports/biology/ncbi-toolkit/ncbi/api/
H A Dtomedlin.c256 AuthorPtr ap; in MedlineEntryToDataFileEx()
334 ap = (AuthorPtr) names->data.ptrvalue; in MedlineEntryToDataFileEx()
912 AuthorPtr ap; in ParseMedline()
1017 ap = (AuthorPtr) names->data.ptrvalue; in ParseMedline()
H A Dasn2ff5.c452 AuthorPtr authptr; in GBGetAuthNames()
474 authptr = (AuthorPtr) spare->data.ptrvalue; in GBGetAuthNames()
539 AuthorPtr authptr;
579 authptr = (AuthorPtr) spare->data.ptrvalue;
2858 AuthorPtr authptr; in ValidatePub()
2965 authptr = (AuthorPtr) (ap->names)->data.ptrvalue; in ValidatePub()
H A Dfindrepl.c468 AuthorPtr pAuthor, in FindReplAuthor()
533 AuthorPtr pAuthor; in FindReplAuthlist()
541 pAuthor = (AuthorPtr) vnpNames->data.ptrvalue; in FindReplAuthlist()
H A Dmacroapi.h490 NLM_EXTERN Boolean StripSuffixFromAuthor (AuthorPtr pAuthor);
491 NLM_EXTERN Boolean TruncateAuthorMiddleInitials (AuthorPtr pAuthor);
H A Dprtutil.c1670 AuthorPtr ap; in StdAuthListNamesPrint()
1702 ap = (AuthorPtr) (vnp->data.ptrvalue); in StdAuthListNamesPrint()
H A Dpgppop.c2818 AuthorPtr ap; in DDV_GetFirstAuthor()
2825 ap = (AuthorPtr) names->data.ptrvalue; in DDV_GetFirstAuthor()
H A Dasn2gnb5.c996 AuthorPtr ap; in GetAuthorsString()
1026 ap = (AuthorPtr) names->data.ptrvalue; in GetAuthorsString()
H A Dsubutil.c130 AuthorPtr aup; in NCBISubCreate()
2749 AuthorPtr ap; in AddAuthorToPub()
H A Dmacroapi.c13780 static CharPtr GetAuthorStringEx (AuthorPtr author, Boolean use_initials) in GetAuthorStringEx()
13827 static CharPtr GetAuthorString (AuthorPtr author) in GetAuthorString()
14053 AuthorPtr ap; in ReadNameListFromString()
14081 AuthorFree((AuthorPtr) curr->data.ptrvalue); in FreeNameList()
27442 AuthorPtr ap, ap_orig; in ApplyFixPubCapsCallback()
27578 AuthorPtr ap; in ApplyFixPubCapsToSeqEntry()
27685 static void FixAuthorNameAuthor (AuthorPtr author, ValNodeBlockPtr block) in FixAuthorNameAuthor()
28667 NLM_EXTERN Boolean StripSuffixFromAuthor (AuthorPtr pAuthor) in StripSuffixFromAuthor()
28685 NLM_EXTERN Boolean TruncateAuthorMiddleInitials (AuthorPtr pAuthor) in TruncateAuthorMiddleInitials()
28716 static Boolean MoveAuthorMiddleToFirst (AuthorPtr pAuthor) in MoveAuthorMiddleToFirst()
[all …]
H A Dsqnutils.h1662 NLM_EXTERN void FixCapitalizationInAuthor (AuthorPtr pAuthor);
/dports/biology/ncbi-toolkit/ncbi/network/medarch/server/
H A Dmedretrieve.c721 AuthorPtr auth; in SybaseMedlineCitMatch()
/dports/biology/ncbi-toolkit/ncbi/sequin/
H A Dsequin4.c10468 AuthorPtr ap; in GetAuthorListFieldSample()
11087 AuthorPtr ap; in DoesAuthorListMatchConstraint()
11321 AuthorPtr ap; in SetFieldByConstraint()
11488 static Boolean AreAuthorNamesIdentical (AuthorPtr ap1, AuthorPtr ap2) in AreAuthorNamesIdentical()
11547 AuthorPtr ap1, ap2; in GetMergedAuthorListByConstraint()
11606 AuthorPtr new_ap; in ReplaceNameList()
12645 AuthorPtr ap; in GetAuthorPrintLen()
12647 ap = (AuthorPtr) userdata; in GetAuthorPrintLen()
12672 AuthorPtr ap; in PrintAuthor()
12674 ap = (AuthorPtr) userdata; in PrintAuthor()
[all …]
H A Dsequin6.c7052 AuthorPtr ap; in AddConsortiumToAuthList()
7077 AuthorPtr ap; in AuthListToConsortium()
7100 AuthorPtr ap; in SequinBlockPtrToSubmitForm()
7285 AuthorPtr ap; in SubmitFormToSequinBlockPtr()
7365 AuthorPtr ap; in SubmitBlockPtrToSubmitForm()
7549 AuthorPtr ap; in AddAuthListErrors()
7959 AuthorPtr ap; in ReadContactPage()
8021 AuthorPtr ap; in WriteContactPage()
8315 AuthorPtr ap; in CopyContactToAuthors()
H A Dsequin.h126 AuthorPtr contactperson;

12