Home
last modified time | relevance | path

Searched refs:HASH_SCOPE (Results 1 – 17 of 17) sorted by relevance

/titanic_41/usr/src/lib/libast/common/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)
/titanic_41/usr/src/lib/libast/amd64/include/ast/
H A Dhash.h49 #define HASH_SCOPE (1L<<4) /* push scope / create in bot */ macro
73 #define HASH_RESET (HASH_RESIZE|HASH_SCOPE|HASH_STATIC|HASH_VALUE)
/titanic_41/usr/src/lib/libast/sparc/include/ast/
H A Dhash.h49 #define HASH_SCOPE (1L<<4) /* push scope / create in bot */ macro
73 #define HASH_RESET (HASH_RESIZE|HASH_SCOPE|HASH_STATIC|HASH_VALUE)
/titanic_41/usr/src/lib/libast/i386/include/ast/
H A Dhash.h49 #define HASH_SCOPE (1L<<4) /* push scope / create in bot */ macro
73 #define HASH_RESET (HASH_RESIZE|HASH_SCOPE|HASH_STATIC|HASH_VALUE)
/titanic_41/usr/src/lib/libast/sparcv9/include/ast/
H A Dhash.h49 #define HASH_SCOPE (1L<<4) /* push scope / create in bot */ macro
73 #define HASH_RESET (HASH_RESIZE|HASH_SCOPE|HASH_STATIC|HASH_VALUE)
/titanic_41/usr/src/lib/libast/common/hash/
H A Dhashlook.c161 if (tab != top && !(flags & HASH_SCOPE)) break; in hashlook()
167 if (tab == top || (flags & HASH_SCOPE)) in hashlook()
270 if (!(flags & HASH_SCOPE)) tab = top; in hashlook()
H A Dhashscan.c60 pos->flags = HASH_SCOPE; in hashscan()
H A Dhashalloc.c163 if (tab->flags & HASH_SCOPE) in hashalloc()
/titanic_41/usr/src/lib/libshell/common/include/
H A Dnval.h40 #define HASH_SCOPE 4 macro
/titanic_41/usr/src/lib/libshell/amd64/include/ast/
H A Dnval.h49 #define HASH_SCOPE 4 macro
/titanic_41/usr/src/lib/libshell/i386/include/ast/
H A Dnval.h49 #define HASH_SCOPE 4 macro
/titanic_41/usr/src/lib/libshell/sparc/include/ast/
H A Dnval.h49 #define HASH_SCOPE 4 macro
/titanic_41/usr/src/lib/libshell/sparcv9/include/ast/
H A Dnval.h49 #define HASH_SCOPE 4 macro
/titanic_41/usr/src/lib/libshell/common/sh/
H A Darith.c64 int flags = HASH_NOSCOPE|HASH_SCOPE|HASH_BUCKET; in scope()
H A Dlex.c1460 (np=nv_search(state,shp->alias_tree,HASH_SCOPE)) in sh_lex()
H A Dname.c1156 mode |= HASH_SCOPE|HASH_NOSCOPE; in nv_open()
/titanic_41/usr/src/lib/libshell/common/edit/
H A Dcompletion.c506 if (isalnum(i)&&(np=nv_search(ep->e_macro,sh.alias_tree,HASH_SCOPE))&&(out=nv_getval(np))) in ed_macro()