Searched refs:HASH_SCOPE (Results 1 - 8 of 8) sorted by relevance

/ast/src/lib/libast/include/
H A Dhash.h40 #define HASH_SCOPE (1L<<4) /* push scope / create in bot */ macro
64 #define HASH_RESET (HASH_RESIZE|HASH_SCOPE|HASH_STATIC|HASH_VALUE)
/ast/src/lib/libast/hash/
H A Dhashscan.c60 pos->flags = HASH_SCOPE;
H A Dhashlook.c161 if (tab != top && !(flags & HASH_SCOPE)) break;
167 if (tab == top || (flags & HASH_SCOPE))
270 if (!(flags & HASH_SCOPE)) tab = top;
H A Dhashalloc.c163 if (tab->flags & HASH_SCOPE)
/ast/src/cmd/ksh93/edit/
H A Dcompletion.c524 if (isalnum(i)&&(np=nv_search(ep->e_macro,ep->sh->alias_tree,HASH_SCOPE))&&(out=nv_getval(np)))
/ast/src/cmd/ksh93/include/
H A Dnval.h40 #define HASH_SCOPE 4 macro
/ast/src/cmd/ksh93/sh/
H A Darith.c66 int flags = HASH_NOSCOPE|HASH_SCOPE|HASH_BUCKET;
H A Dname.c1370 mode |= HASH_SCOPE|HASH_NOSCOPE;

Completed in 218 milliseconds