Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/libast/common/comp/
H A Dhsearch.c65 } Hash_t; typedef
77 free(((Hash_t*)obj)->item.key);
124 reg Hash_t* o;
129 if(!(o = (Hash_t*)dtmatch(Hashtab,item.key)) && action == ENTER &&
130 (o = (Hash_t*)malloc(sizeof(Hash_t)) ) )
132 o = (Hash_t*)dtinsert(Hashtab,o);