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

/freebsd-9.3-release/usr.bin/make/
H A Dhash.h78 Hash_Entry *hashEntryPtr; /* Next entry in current bucket */ member in struct:Hash_Search
H A Dhash.c309 searchPtr->hashEntryPtr = NULL;
337 * The hashEntryPtr field points to the most recently returned
341 e = searchPtr->hashEntryPtr;
353 searchPtr->hashEntryPtr = e;
/freebsd-9.3-release/contrib/bmake/
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;
/freebsd-9.3-release/sbin/rcorder/
H A Dhash.h85 Hash_Entry *hashEntryPtr; /* Next entry to check in current member in struct:Hash_Search
H A Dhash.c342 searchPtr->hashEntryPtr = NULL;
373 * The hashEntryPtr field points to the most recently returned
377 e = searchPtr->hashEntryPtr;
389 searchPtr->hashEntryPtr = e;

Completed in 61 milliseconds