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

/netbsd-6-1-5-RELEASE/gnu/dist/gmake/
H A Dhash.c145 void *old_item = slot ? *slot : 0; local
147 return ((HASH_VACANT (old_item)) ? 0 : old_item);
156 void *old_item = *(void **) slot; local
157 if (HASH_VACANT (old_item))
160 if (old_item == 0)
162 old_item = item;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.old-deja/g++.brendan/
H A Dcrash56.C66 virtual link *copy_item(link *old_item) const = 0;
129 ListDProto::link *copy_item(ListDProto::link *old_item) const;
239 link_item *old_item = (link_item *) old; local
240 link_item *new_item = new link_item(old_item->item);
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/g++.old-deja/g++.brendan/
H A Dcrash56.C66 virtual link *copy_item(link *old_item) const = 0;
129 ListDProto::link *copy_item(ListDProto::link *old_item) const;
239 link_item *old_item = (link_item *) old; local
240 link_item *new_item = new link_item(old_item->item);

Completed in 46 milliseconds