Home
last modified time | relevance | path

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

/dports/biology/mafft/mafft-7.267-without-extensions/core/
H A Dsplittbfast.c508 static void selhead( int *ar, int n )
/dports/biology/ncbi-toolkit/ncbi/sequin/
H A Dsequin1.c9198 static void DeleteMultipleSelections (Uint2 entityID, SelStructPtr selhead) in DeleteMultipleSelections() argument
9206 if (entityID < 1 || selhead == NULL) return; in DeleteMultipleSelections()
9208 for (count = 0, sel = selhead; sel != NULL; sel = sel->next, count++) continue; in DeleteMultipleSelections()
9213 for (count = 0, sel = selhead; sel != NULL; sel = sel->next, count++) { in DeleteMultipleSelections()