Searched refs:msort (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libsqlite/tool/
H A Dlemon.c33 char *msort();
372 ap = (struct action *)msort((char *)ap,(char **)&ap->next,actioncmp);
1186 current = (struct config *)msort((char *)current,(char **)&(current->next),Configcmp);
1193 basis = (struct config *)msort((char *)current,(char **)&(current->bp),Configcmp);
1447 /******************** From the file "msort.c" *******************************/
1455 ** ptr = msort(ptr,&(ptr->next),cmpfnc);
1543 char *msort(list,next,cmp) function

Completed in 68 milliseconds