Searched refs:msort (Results 1 – 1 of 1) sorted by relevance
30 char *msort();369 ap = (struct action *)msort((char *)ap,(char **)&ap->next,actioncmp);1183 current = (struct config *)msort((char *)current,(char **)&(current->next),Configcmp); in Configlist_sort()1190 basis = (struct config *)msort((char *)current,(char **)&(current->bp),Configcmp); in Configlist_sortbasis()1540 char *msort(list,next,cmp) in msort() function