Home
last modified time | relevance | path

Searched refs:HASH_BUCKET (Results 1 – 19 of 19) sorted by relevance

/titanic_50/usr/src/lib/libast/common/hash/
H A Dhashlook.c81 if (flags & (HASH_BUCKET|HASH_INSTALL)) in hashlook()
88 if (flags & HASH_BUCKET) n = last->bucket->hash; in hashlook()
170 else if (!(tab->root->flags & HASH_BUCKET)) in hashlook()
189 …if (tab->root->local->free && (tab->root->flags & HASH_BUCKET)) (*tab->root->local->free)((char*)b… in hashlook()
358 …if (tab->root->local->free && !(tab->root->flags & HASH_BUCKET) && b->value) (*tab->root->local->f… in hashlook()
H A Dhashdump.c40 if (flags & HASH_BUCKET) sfprintf(sfstderr, "bucket "); in dumpflags()
126 if ((flags | tab->flags) & HASH_BUCKET) dumpbucket(tab, flags); in dumptable()
H A Dhashfree.c60 if (tab->root->flags & HASH_BUCKET) freebucket = tab->root->local->free; in hashfree()
/titanic_50/usr/src/lib/libast/common/include/
H A Dhash.h48 #define HASH_BUCKET (1L<<11) /* name is installed bucket */ macro
65 #define HASH_INTERNAL (HASH_BUCKET|HASH_RESIZE|HASH_SCANNING|HASH_STATIC)
/titanic_50/usr/src/lib/libast/amd64/include/ast/
H A Dhash.h57 #define HASH_BUCKET (1L<<11) /* name is installed bucket */ macro
74 #define HASH_INTERNAL (HASH_BUCKET|HASH_RESIZE|HASH_SCANNING|HASH_STATIC)
/titanic_50/usr/src/lib/libast/sparc/include/ast/
H A Dhash.h57 #define HASH_BUCKET (1L<<11) /* name is installed bucket */ macro
74 #define HASH_INTERNAL (HASH_BUCKET|HASH_RESIZE|HASH_SCANNING|HASH_STATIC)
/titanic_50/usr/src/lib/libast/sparcv9/include/ast/
H A Dhash.h57 #define HASH_BUCKET (1L<<11) /* name is installed bucket */ macro
74 #define HASH_INTERNAL (HASH_BUCKET|HASH_RESIZE|HASH_SCANNING|HASH_STATIC)
/titanic_50/usr/src/lib/libast/i386/include/ast/
H A Dhash.h57 #define HASH_BUCKET (1L<<11) /* name is installed bucket */ macro
74 #define HASH_INTERNAL (HASH_BUCKET|HASH_RESIZE|HASH_SCANNING|HASH_STATIC)
/titanic_50/usr/src/lib/libshell/common/include/
H A Dnval.h38 #define HASH_BUCKET 1 macro
/titanic_50/usr/src/lib/libshell/i386/include/ast/
H A Dnval.h47 #define HASH_BUCKET 1 macro
/titanic_50/usr/src/lib/libshell/sparc/include/ast/
H A Dnval.h47 #define HASH_BUCKET 1 macro
/titanic_50/usr/src/lib/libshell/sparcv9/include/ast/
H A Dnval.h47 #define HASH_BUCKET 1 macro
/titanic_50/usr/src/lib/libshell/amd64/include/ast/
H A Dnval.h47 #define HASH_BUCKET 1 macro
/titanic_50/usr/src/lib/libshell/common/sh/
H A Darith.c64 int flags = HASH_NOSCOPE|HASH_SCOPE|HASH_BUCKET; in scope()
H A Dsubshell.c265 if((mp=nv_search((char*)np,dp,HASH_BUCKET))!=np) in sh_assignok()
H A Dnvdisc.c1017 if(mode&HASH_BUCKET) in nv_search()
H A Dname.c1317 if(nv_search((char*)np,shp->var_base,HASH_BUCKET)) in nv_open()
3026 if(!(hp=dtvnext(hp)) || (nq=nv_search((char*)np,hp,NV_ADD|HASH_BUCKET))==np) in nv_setref()
/titanic_50/usr/src/lib/libpp/common/
H A Dppop.c1056 … hashalloc(NiL, HASH_name, "symbols", HASH_free, undefine, HASH_set, HASH_ALLOCATE|HASH_BUCKET, 0); in ppop()
1510 hashlook(pp.symtab, (char*)p, HASH_BUCKET|HASH_INSTALL, NiL); in ppop()
H A Dpplex.c564 hashdump(NiL, (pp.test & TEST_hashdump) ? HASH_BUCKET : 0); in ppcpp()