Searched refs:HASH_ALLOCATE (Results 1 – 8 of 8) sorted by relevance
/titanic_50/usr/src/lib/libpp/common/ |
H A D | ppop.c | 797 hashset(pp.dirtab, HASH_ALLOCATE); in ppop() 798 hashset(pp.filtab, HASH_ALLOCATE); in ppop() 799 hashset(pp.prdtab, HASH_ALLOCATE); in ppop() 800 hashset(pp.strtab, HASH_ALLOCATE); in ppop() 801 hashset(pp.symtab, HASH_ALLOCATE); in ppop() 1056 …pp.symtab = hashalloc(NiL, HASH_name, "symbols", HASH_free, undefine, HASH_set, HASH_ALLOCATE|HASH… in ppop() 1503 …pp.symtab = hashalloc(NiL, HASH_set, tab ? HASH_ALLOCATE : 0, HASH_compare, trunccomp, HASH_hash, … in ppop()
|
/titanic_50/usr/src/lib/libast/common/include/ |
H A D | hash.h | 35 #define HASH_ALLOCATE (1L<<0) /* allocate new key names */ macro
|
/titanic_50/usr/src/lib/libast/common/hash/ |
H A D | hashlook.c | 208 if (!(tab->flags & HASH_ALLOCATE)) b->name = (char*)value; in hashlook() 304 if (!prev && (tab->flags & HASH_ALLOCATE)) in hashlook()
|
H A D | hashdump.c | 39 if (flags & HASH_ALLOCATE) sfprintf(sfstderr, "allocate "); in dumpflags()
|
/titanic_50/usr/src/lib/libast/amd64/include/ast/ |
H A D | hash.h | 44 #define HASH_ALLOCATE (1L<<0) /* allocate new key names */ macro
|
/titanic_50/usr/src/lib/libast/sparc/include/ast/ |
H A D | hash.h | 44 #define HASH_ALLOCATE (1L<<0) /* allocate new key names */ macro
|
/titanic_50/usr/src/lib/libast/sparcv9/include/ast/ |
H A D | hash.h | 44 #define HASH_ALLOCATE (1L<<0) /* allocate new key names */ macro
|
/titanic_50/usr/src/lib/libast/i386/include/ast/ |
H A D | hash.h | 44 #define HASH_ALLOCATE (1L<<0) /* allocate new key names */ macro
|