Home
last modified time | relevance | path

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

/dports/biology/ncbi-toolkit/ncbi/api/
H A Dsqnutil3.c26181 ValNodePtr label_ls = NULL, vnp_label, subcat = NULL; in GetFeatureList() local
26197 ValNodeAddPointer(&label_ls, 0, label); in GetFeatureList()
26200 label_ls = ValNodeSort(label_ls, SortVnpByString); in GetFeatureList()
26202 for (vnp_label = label_ls; vnp_label != NULL; vnp_label = vnp_label->next) { in GetFeatureList()