Home
last modified time | relevance | path

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

/dports/biology/ncbi-toolkit/ncbi/desktop/
H A Dbspview.c88 extern ForM smartBioseqViewForm;
89 ForM smartBioseqViewForm = NULL; variable
4053 if (f == smartBioseqViewForm) { in RemoveSeqEntryViewer()
4576 if (smartBioseqViewForm != NULL) { in SmartSeqEntryViewGenFunc()
4581 if (smartBioseqViewForm == NULL) { in SmartSeqEntryViewGenFunc()
4582 smartBioseqViewForm = (ForM) w; in SmartSeqEntryViewGenFunc()
4604 w = (WindoW) smartBioseqViewForm; in SmartSeqEntryViewGenFunc()
4611 if (smartBioseqViewForm == NULL) { in SmartSeqEntryViewGenFunc()
4612 smartBioseqViewForm = (ForM) w; in SmartSeqEntryViewGenFunc()
/dports/biology/ncbi-toolkit/ncbi/sequin/
H A Dsequin1.c12883 extern ForM smartBioseqViewForm;
13027 if (smartBioseqViewForm != NULL) { in SMReadBioseqObj()
13028 bfp = (BaseFormPtr) GetObjectExtra (smartBioseqViewForm); in SMReadBioseqObj()