Searched refs:Hash_GetValue (Results 1 - 6 of 6) sorted by relevance

/netbsd-6-1-5-RELEASE/sbin/rcorder/
H A Dhash.h126 * void *Hash_GetValue(h)
130 #define Hash_GetValue(h) ((h)->clientData) macro
H A Drcorder.c301 head = Hash_GetValue(entry);
543 for (pnode = Hash_GetValue(entry); pnode; pnode = pnode->next) {
595 head = Hash_GetValue(entry);
/netbsd-6-1-5-RELEASE/usr.bin/make/
H A Dhash.h124 * void * Hash_GetValue(h)
128 #define Hash_GetValue(h) ((h)->clientInfo.clientPtr) macro
H A Darch.c204 free(Hash_GetValue(entry));
557 return ((struct ar_hdr *)Hash_GetValue(he));
569 return ((struct ar_hdr *)Hash_GetValue(he));
690 memcpy(Hash_GetValue(he), &arh, sizeof(struct ar_hdr));
706 return ((struct ar_hdr *)Hash_GetValue(he));
H A Dtarg.c345 return (GNode *)Hash_GetValue(he);
351 return (GNode *)Hash_GetValue(he);
H A Dvar.c429 return ((Var *)Hash_GetValue(var));
437 return ((Var *)Hash_GetValue(var));
536 v = (Var *)Hash_GetValue(ln);
656 v = (Var *)Hash_GetValue(var);
4180 VarPrintVar(Hash_GetValue(h));

Completed in 318 milliseconds