Home | History | Annotate | Download | only in ksh

Lines Matching defs:hptr

863 	void **lptr, **hptr;
871 hptr = lptr = base+n;
889 if (j > hptr) {
890 if ((c = (*f)(*hptr, *j)) == 0) {
891 hptr++;
892 swap2(hptr, j);
897 hptr++;
898 swap3(i, hptr, j);
912 if (lptr-base >= lim-hptr) {
913 qsort1(hptr+1, lim, f);
917 base = hptr+1;
924 j = hptr -= 1;