Searched refs:msort (Results 1 – 1 of 1) sorted by relevance
33 char *msort();372 ap = (struct action *)msort((char *)ap,(char **)&ap->next,actioncmp);1186 current = (struct config *)msort((char *)current,(char **)&(current->next),Configcmp); in Configlist_sort()1193 basis = (struct config *)msort((char *)current,(char **)&(current->bp),Configcmp); in Configlist_sortbasis()1543 char *msort(list,next,cmp) in msort() function