Searched defs:Hash_SetValue (Results 1 - 3 of 3) sorted by relevance

/freebsd-10-stable/sbin/rcorder/
H A Dhash.h106 #define Hash_SetValue(h, val) ((h)->clientData = (ClientData) (val)) macro
/freebsd-10-stable/usr.bin/make/
H A Dhash.h93 #define Hash_SetValue(h, val) ((h)->clientData = (val)) macro
/freebsd-10-stable/contrib/bmake/
H A Dhash.h133 #define Hash_SetValue(h, val) ((h)->clientPtr = (val)) macro

Completed in 41 milliseconds