Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libshell/
H A Dmapfile-vers109 nv_scan;
/titanic_41/usr/src/lib/libshell/common/bltins/
H A Dcd_pwd.c203 nv_scan(shp->track_tree,rehash,(void*)0,NV_TAGGED,NV_TAGGED); in b_cd()
H A Dtypeset.c1144 nv_scan(root, print_attribute, (void*)tp, 0, 0); in print_all()
1178 namec = nv_scan(root,nullscan,(void*)tp,tp->scanmask,flag); in print_scan()
1180 namec = nv_scan(root, pushname, (void*)tp, tp->scanmask, flag&~NV_IARRAY); in print_scan()
H A Dmisc.c127 nv_scan(shp->var_tree,noexport,0,NV_EXPORT,NV_EXPORT); in B_login()
/titanic_41/usr/src/lib/libshell/common/include/
H A Dnval.h273 extern int nv_scan(Dt_t*,void(*)(Namval_t*,void*),void*,int,int);
/titanic_41/usr/src/lib/libshell/amd64/include/ast/
H A Dnval.h284 extern __MANGLE__ int nv_scan __PROTO__((Dt_t*,void(*)(Namval_t*,__V_*),__V_*,int,int));
/titanic_41/usr/src/lib/libshell/i386/include/ast/
H A Dnval.h284 extern __MANGLE__ int nv_scan __PROTO__((Dt_t*,void(*)(Namval_t*,__V_*),__V_*,int,int));
/titanic_41/usr/src/lib/libshell/sparc/include/ast/
H A Dnval.h284 extern __MANGLE__ int nv_scan __PROTO__((Dt_t*,void(*)(Namval_t*,__V_*),__V_*,int,int));
/titanic_41/usr/src/lib/libshell/sparcv9/include/ast/
H A Dnval.h284 extern __MANGLE__ int nv_scan __PROTO__((Dt_t*,void(*)(Namval_t*,__V_*),__V_*,int,int));
/titanic_41/usr/src/lib/libshell/common/sh/
H A Dname.c1944nv_scan(sh.var_tree, attstore,(void*)0,0,(NV_RDONLY|NV_UTOL|NV_LTOU|NV_RJUST|NV_LJUST|NV_ZFILL|NV_… in sh_envgen()
1964 namec = nv_scan(shp->var_tree,nullscan,(void*)0,NV_EXPORT,NV_EXPORT); in sh_envgen()
1970 nv_scan(shp->var_tree, pushnam,&data,NV_EXPORT, NV_EXPORT); in sh_envgen()
1973nv_scan(shp->var_tree, attstore,&data,0,(NV_RDONLY|NV_UTOL|NV_LTOU|NV_RJUST|NV_LJUST|NV_ZFILL|NV_I… in sh_envgen()
2025 int nv_scan(Dt_t *root, void (*fn)(Namval_t*,void*), void *data,int mask, int flags) in nv_scan() function
H A Dinit.c292 nv_scan(shp->track_tree,rehash,(void*)0,NV_TAGGED,NV_TAGGED); in put_restricted()
1376 nv_scan(shp->var_tree,sh_envnolocal,(void*)0,NV_EXPORT,0); in sh_reinit()
1377 nv_scan(shp->var_tree,sh_envnolocal,(void*)0,NV_ARRAY,NV_ARRAY); in sh_reinit()
H A Dfault.c611 nv_scan(shp->var_tree,array_notify,(void*)0,NV_ARRAY,NV_ARRAY); in sh_done()
H A Dpath.c319 nv_scan(sh_bltin_tree(),free_bltin,pp,0,0); in path_delete()
H A Dxec.c2593 nv_scan(prevscope->save_tree, local_exports,(void*)0, NV_EXPORT, NV_EXPORT|NV_NOSCOPE); in sh_funscope()
2910 nv_scan(sh.fun_tree, print_fun, (void*)0,0, 0); in run_subshell()
H A Dparse.c1946 nv_scan(lexp->entity_tree,kia_add,(void*)lexp,NV_TAGGED,0); in kiaclose()
/titanic_41/usr/src/lib/libshell/common/
H A DRELEASE93436 f. The nv_scan() function can restrict the scope of a walk
437 to the top scope. Starting in 'f', nv_scan() has an
H A DRELEASE2017 95-08-28 The nv_scan() function can restrict the scope of a walk