Searched refs:hashEntryPtr (Results 1 - 4 of 4) sorted by relevance

/netbsd-6-1-5-RELEASE/sbin/rcorder/
H A Dhash.h117 Hash_Entry *hashEntryPtr; /* Next entry to check in current member in struct:Hash_Search
H A Dhash.c376 searchPtr->hashEntryPtr = NULL;
405 * The hashEntryPtr field points to the most recently returned
409 e = searchPtr->hashEntryPtr;
421 searchPtr->hashEntryPtr = e;
/netbsd-6-1-5-RELEASE/usr.bin/make/
H A Dhash.h116 Hash_Entry *hashEntryPtr; /* Next entry to check in current bucket. */ member in struct:Hash_Search
H A Dhash.c369 searchPtr->hashEntryPtr = NULL;
401 * The hashEntryPtr field points to the most recently returned
405 e = searchPtr->hashEntryPtr;
417 searchPtr->hashEntryPtr = e;

Completed in 111 milliseconds