Searched refs:Hash_SetValue (Results 1 - 7 of 7) sorted by relevance

/freebsd-11.0-release/contrib/bmake/
H A Dhash.h128 * Hash_SetValue(h, val);
133 #define Hash_SetValue(h, val) ((h)->clientPtr = (val)) macro
H A Dhash.c297 Hash_SetValue(e, NULL);
H A Dtarg.c354 Hash_SetValue(he, gn);
H A Darch.c737 Hash_SetValue(he, bmake_malloc(sizeof(struct ar_hdr)));
H A Dvar.c531 Hash_SetValue(h, v);
1085 Hash_SetValue(h, v);
/freebsd-11.0-release/sbin/rcorder/
H A Dhash.h101 * Hash_SetValue(h, val);
106 #define Hash_SetValue(h, val) ((h)->clientData = (ClientData) (val)) macro
H A Drcorder.c268 Hash_SetValue(entry, NULL);
297 Hash_SetValue(entry, head);
531 Hash_SetValue(entry, head);

Completed in 96 milliseconds