Home
last modified time | relevance | path

Searched refs:pq_coll_fcn (Results 1 – 1 of 1) sorted by relevance

/titanic_44/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, in heap_up()
241 if (j < N && pq_coll_fcn(&A[j]->s_current, in heap_down()
244 if (pq_coll_fcn(&A[k]->s_current, &A[j]->s_current, 0, in heap_down()
264 pq_coll_fcn = coll_fcn; in pqueue_init()