Home
last modified time | relevance | path

Searched defs:Hash_SetValue (Results 1 – 2 of 2) sorted by relevance

/minix3/sbin/rcorder/
H A Dhash.h138 #define Hash_SetValue(h, val) ((h)->clientData = (void *) (val)) macro
/minix3/usr.bin/make/
H A Dhash.h137 #define Hash_SetValue(h, val) ((h)->clientInfo.clientPtr = (val)) macro