Lines Matching refs:comp
75 int (*old)(const void *, const void *) = sk->comp;
77 if (sk->comp != c)
79 sk->comp = c;
91 if ((ret = sk_new(sk->comp)) == NULL)
102 ret->comp = sk->comp;
131 ret->comp = c;
235 if (st->comp == NULL) {
244 r = obj_bsearch_ex(&data, st->data, st->num, sizeof(void *), st->comp);
357 /* same comment as in sk_find ... previously st->comp was declared
362 comp_func = (int (*)(const void *, const void *))(st->comp);
379 if (st->comp == NULL)