Searched defs:pq_coll_fcn (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/sort/common/
H A Dmerge.c70 static int (*pq_coll_fcn)(line_rec_t *, line_rec_t *, ssize_t, flag_t); variable
227 pq_coll_fcn(&A[k / 2]->s_current, &A[k]->s_current, 0,
241 if (j < N && pq_coll_fcn(&A[j]->s_current,
244 if (pq_coll_fcn(&A[k]->s_current, &A[j]->s_current, 0,
264 pq_coll_fcn = coll_fcn;

Completed in 49 milliseconds