Searched refs:HASH_NOSCOPE (Results 1 - 18 of 18) sorted by relevance

/illumos-gate/usr/src/lib/libast/common/hash/
H A Dhashscan.c58 if (tab->scope && !(flags & HASH_NOSCOPE))
H A Dhashlook.c70 if (!(tab = tab->scope) || (flags & HASH_NOSCOPE))
127 if (!tab->scope || (flags & (HASH_CREATE|HASH_INSTALL|HASH_NOSCOPE)) == HASH_NOSCOPE) break;
/illumos-gate/usr/src/lib/libast/amd64/include/ast/
H A Dhash.h59 #define HASH_NOSCOPE (1L<<13) /* top scope only */ macro
/illumos-gate/usr/src/lib/libast/common/include/
H A Dhash.h50 #define HASH_NOSCOPE (1L<<13) /* top scope only */ macro
/illumos-gate/usr/src/lib/libast/i386/include/ast/
H A Dhash.h59 #define HASH_NOSCOPE (1L<<13) /* top scope only */ macro
/illumos-gate/usr/src/lib/libast/sparc/include/ast/
H A Dhash.h59 #define HASH_NOSCOPE (1L<<13) /* top scope only */ macro
/illumos-gate/usr/src/lib/libast/sparcv9/include/ast/
H A Dhash.h59 #define HASH_NOSCOPE (1L<<13) /* top scope only */ macro
/illumos-gate/usr/src/lib/libshell/common/include/
H A Dnval.h39 #define HASH_NOSCOPE 2 macro
/illumos-gate/usr/src/lib/libshell/amd64/include/ast/
H A Dnval.h48 #define HASH_NOSCOPE 2 macro
/illumos-gate/usr/src/lib/libshell/i386/include/ast/
H A Dnval.h48 #define HASH_NOSCOPE 2 macro
/illumos-gate/usr/src/lib/libshell/sparc/include/ast/
H A Dnval.h48 #define HASH_NOSCOPE 2 macro
/illumos-gate/usr/src/lib/libshell/sparcv9/include/ast/
H A Dnval.h48 #define HASH_NOSCOPE 2 macro
/illumos-gate/usr/src/lib/libshell/common/sh/
H A Dnvdisc.c1015 if(mode&HASH_NOSCOPE)
1031 if(sh.namespace && !(mode&HASH_NOSCOPE) && root==sh.var_tree)
1033 else if(!dp && !(mode&HASH_NOSCOPE))
H A Darith.c64 int flags = HASH_NOSCOPE|HASH_SCOPE|HASH_BUCKET;
H A Dname.c743 mode |= HASH_NOSCOPE;
788 np = nv_search(name,root,HASH_NOSCOPE|NV_ADD);
894 mode &= ~HASH_NOSCOPE;
1156 mode |= HASH_SCOPE|HASH_NOSCOPE;
1257 c = ((flags&NV_NOSCOPE)?HASH_NOSCOPE:0)|((flags&NV_NOADD)?0:NV_ADD);
H A Darray.c1276 mode = NV_ADD|HASH_NOSCOPE;
1278 mode = HASH_NOSCOPE;
H A Dpath.c720 if(!pp && (np=nv_search(name,shp->fun_tree,HASH_NOSCOPE))&&np->nvalue.ip)
H A Dxec.c1102 np = nv_search(com0,shp->fun_tree,HASH_NOSCOPE);
2542 if((cp = nv_getval(np)) && (mp = nv_search(nv_name(np), sh.var_tree, NV_ADD|HASH_NOSCOPE)) && nv_isnull(mp))

Completed in 144 milliseconds