Home | History | Annotate | Download | only in netbsd

Lines Matching full:needsort

1201 	int needsort = 0;
1213 if (needsort == 0 && i > 0 && j < aval[i-1])
1214 needsort = i;
1216 if (!needsort)
1219 while (needsort < num) {
1220 for (j = needsort - 1; j >= 0; j--) {
1234 needsort++;