/titanic_50/usr/src/lib/libast/common/hash/ |
H A D | hashlook.c | 81 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 D | hashdump.c | 40 if (flags & HASH_BUCKET) sfprintf(sfstderr, "bucket "); in dumpflags() 126 if ((flags | tab->flags) & HASH_BUCKET) dumpbucket(tab, flags); in dumptable()
|
H A D | hashfree.c | 60 if (tab->root->flags & HASH_BUCKET) freebucket = tab->root->local->free; in hashfree()
|
/titanic_50/usr/src/lib/libast/common/include/ |
H A D | hash.h | 48 #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 D | hash.h | 57 #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 D | hash.h | 57 #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 D | hash.h | 57 #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 D | hash.h | 57 #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 D | nval.h | 38 #define HASH_BUCKET 1 macro
|
/titanic_50/usr/src/lib/libshell/i386/include/ast/ |
H A D | nval.h | 47 #define HASH_BUCKET 1 macro
|
/titanic_50/usr/src/lib/libshell/sparc/include/ast/ |
H A D | nval.h | 47 #define HASH_BUCKET 1 macro
|
/titanic_50/usr/src/lib/libshell/sparcv9/include/ast/ |
H A D | nval.h | 47 #define HASH_BUCKET 1 macro
|
/titanic_50/usr/src/lib/libshell/amd64/include/ast/ |
H A D | nval.h | 47 #define HASH_BUCKET 1 macro
|
/titanic_50/usr/src/lib/libshell/common/sh/ |
H A D | arith.c | 64 int flags = HASH_NOSCOPE|HASH_SCOPE|HASH_BUCKET; in scope()
|
H A D | subshell.c | 265 if((mp=nv_search((char*)np,dp,HASH_BUCKET))!=np) in sh_assignok()
|
H A D | nvdisc.c | 1017 if(mode&HASH_BUCKET) in nv_search()
|
H A D | name.c | 1317 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 D | ppop.c | 1056 … 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 D | pplex.c | 564 hashdump(NiL, (pp.test & TEST_hashdump) ? HASH_BUCKET : 0); in ppcpp()
|