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

/freebsd-9.3-release/usr.bin/make/
H A Dhash.h97 Hash_Entry *Hash_FindEntry(const Hash_Table *, const char *);
H A Ddir.c662 (Hash_FindEntry(&dot->files, cp) != NULL)) {
679 if (Hash_FindEntry(&pe->dir->files, cp) != NULL) {
840 entry = Hash_FindEntry(&mtimes, name);
966 entry = Hash_FindEntry(&mtimes, fullName);
H A Dhash.c155 * Hash_FindEntry --
170 Hash_FindEntry(const Hash_Table *t, const char *key) function
H A Dtarg.c184 he = Hash_FindEntry(&targets, name);
H A Darch.c959 he = Hash_FindEntry(&ar->members, member);
967 if ((he = Hash_FindEntry(&ar->members, copy)) != NULL)
/freebsd-9.3-release/contrib/bmake/
H A Dhash.h148 Hash_Entry *Hash_FindEntry(Hash_Table *, const char *);
H A Ddir.c873 if (Hash_FindEntry(&p->files, cp) == NULL)
978 if (Hash_FindEntry(&p->files, cp) == NULL) {
1011 if (Hash_FindEntry(&dot->files, cp) != NULL) {
1020 Hash_FindEntry(&cur->files, cp) != NULL) {
1298 if (Hash_FindEntry(&p->files, cp) != NULL) {
1309 entry = Hash_FindEntry(&mtimes, name);
1488 entry = Hash_FindEntry(&mtimes, fullName);
H A Darch.c602 he = Hash_FindEntry(&ar->members, member);
616 if ((he = Hash_FindEntry(&ar->members, copy)) != NULL)
751 he = Hash_FindEntry(&ar->members, member);
H A Dhash.c198 * Hash_FindEntry --
218 Hash_FindEntry(Hash_Table *t, const char *key) function
H A Dvar.c414 var = Hash_FindEntry(&ctxt->context, name);
417 var = Hash_FindEntry(&VAR_CMD->context, name);
422 var = Hash_FindEntry(&VAR_GLOBAL->context, name);
425 var = Hash_FindEntry(&VAR_INTERNAL->context, name);
447 var = Hash_FindEntry(&VAR_GLOBAL->context, name);
449 var = Hash_FindEntry(&VAR_INTERNAL->context, name);
559 ln = Hash_FindEntry(&ctxt->context, cp);
H A Dtarg.c342 he = Hash_FindEntry(&targets, name);
/freebsd-9.3-release/sbin/rcorder/
H A Dhash.h125 Hash_Entry *Hash_FindEntry(Hash_Table *, char *);
H A Dhash.c176 * Hash_FindEntry --
192 Hash_FindEntry( function

Completed in 197 milliseconds