Searched refs:HASH_INSTALL (Results 1 – 7 of 7) sorted by relevance
81 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()
49 #define HASH_INSTALL (1L<<12) /* install allocated bucket */ macro
58 #define HASH_INSTALL (1L<<12) /* install allocated bucket */ macro
1510 hashlook(pp.symtab, (char*)p, HASH_BUCKET|HASH_INSTALL, NiL); in ppop()