Home
last modified time | relevance | path

Searched refs:HASH_INSTALL (Results 1 – 7 of 7) sorted by relevance

/titanic_50/usr/src/lib/libast/common/hash/
H A Dhashlook.c81 if (flags & (HASH_BUCKET|HASH_INSTALL)) in hashlook()
102 …ED|HASH_OPAQUED)) != HASH_DELETED || (flags & (HASH_CREATE|HASH_DELETE|HASH_INSTALL|HASH_RENAME)))) in hashlook()
127 if (!tab->scope || (flags & (HASH_CREATE|HASH_INSTALL|HASH_NOSCOPE)) == HASH_NOSCOPE) break; in hashlook()
156 switch (flags & (HASH_CREATE|HASH_DELETE|HASH_INSTALL|HASH_RENAME)) in hashlook()
159 case HASH_CREATE|HASH_INSTALL: in hashlook()
160 case HASH_INSTALL: in hashlook()
244 flags = HASH_CREATE|HASH_INSTALL; in hashlook()
255 if (!(flags & (HASH_CREATE|HASH_INSTALL))) return(0); in hashlook()
279 if (flags & HASH_INSTALL) in hashlook()
/titanic_50/usr/src/lib/libast/common/include/
H A Dhash.h49 #define HASH_INSTALL (1L<<12) /* install allocated bucket */ macro
/titanic_50/usr/src/lib/libast/amd64/include/ast/
H A Dhash.h58 #define HASH_INSTALL (1L<<12) /* install allocated bucket */ macro
/titanic_50/usr/src/lib/libast/sparc/include/ast/
H A Dhash.h58 #define HASH_INSTALL (1L<<12) /* install allocated bucket */ macro
/titanic_50/usr/src/lib/libast/sparcv9/include/ast/
H A Dhash.h58 #define HASH_INSTALL (1L<<12) /* install allocated bucket */ macro
/titanic_50/usr/src/lib/libast/i386/include/ast/
H A Dhash.h58 #define HASH_INSTALL (1L<<12) /* install allocated bucket */ macro
/titanic_50/usr/src/lib/libpp/common/
H A Dppop.c1510 hashlook(pp.symtab, (char*)p, HASH_BUCKET|HASH_INSTALL, NiL); in ppop()