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

/freebsd-9.3-release/usr.bin/make/
H A Dhash.h91 * Hash_SetValue(Hash_Entry *h, void *val);
93 #define Hash_SetValue(h, val) ((h)->clientData = (val)) macro
H A Dtarg.c180 Hash_SetValue(he, gn);
H A Ddir.c798 Hash_SetValue(entry,
848 Hash_SetValue(entry, (void *)(long)stb.st_mtime);
H A Darch.c938 Hash_SetValue(he, emalloc(sizeof(int64_t)));
/freebsd-9.3-release/contrib/bmake/
H A Dhash.h132 * Hash_SetValue(h, val);
137 #define Hash_SetValue(h, val) ((h)->clientInfo.clientPtr = (val)) macro
H A Dhash.c294 Hash_SetValue(e, NULL);
H A Dtarg.c356 Hash_SetValue(he, gn);
H A Darch.c737 Hash_SetValue(he, bmake_malloc(sizeof(struct ar_hdr)));
H A Dvar.c528 Hash_SetValue(h, v);
1078 Hash_SetValue(h, v);
/freebsd-9.3-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.c269 Hash_SetValue(entry, NULL);
298 Hash_SetValue(entry, head);
532 Hash_SetValue(entry, head);

Completed in 100 milliseconds