Searched refs:comb_key_t (Results 1 – 1 of 1) sorted by relevance
72 } comb_key_t; typedef483 comb_key_t key; in find()484 comb_key_t **find_pp; in find()491 find_pp = (comb_key_t **) tfind(&key, &hndl->buildroot, comb_compare); in find()507 comb_key_t *new_p; in add()509 comb_key_t **ret_pp; in add()511 new_p = (comb_key_t *) malloc(sizeof (comb_key_t)); in add()520 ret_pp = (comb_key_t **) tsearch(new_p, &hndl->buildroot, in add()547 comb_key_t *k0p = (comb_key_t *) v0p; in comb_compare()548 comb_key_t *k1p = (comb_key_t *) v1p; in comb_compare()