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

/netbsd-current/external/gpl2/gmake/dist/
H A Dhash.c131 const void *old_item = slot ? *slot : 0; local
133 return (void *)((HASH_VACANT (old_item)) ? 0 : old_item);
139 const void *old_item = *(void **) slot; local
140 if (HASH_VACANT (old_item))
143 if (old_item == 0)
145 old_item = item;

Completed in 170 milliseconds