Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/bltins/
H A Dcd_pwd.c209 nv_scan(shp->track_tree,rehash,(void*)0,NV_TAGGED,NV_TAGGED); in b_cd()
H A Dtypeset.c1407 nv_scan(root, print_attribute, (void*)tp, 0, 0); in print_all()
1445 namec = nv_scan(root,nullscan,(void*)tp,tp->scanmask,flag); in print_scan()
1447 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()
/illumos-gate/usr/src/cmd/ast/libshell/
H A Dmapfile-vers113 nv_scan;
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/include/
H A Dnval.h284 extern int nv_scan(Dt_t*,void(*)(Namval_t*,void*),void*,int,int);
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dfault.c627 nv_scan(shp->var_tree,array_notify,(void*)0,NV_ARRAY,NV_ARRAY); in sh_done()
H A Dinit.c346 nv_scan(shp->track_tree,rehash,(void*)0,NV_TAGGED,NV_TAGGED); in put_restricted()
1641 nv_scan(shp->var_tree,sh_envnolocal,(void*)&data,NV_EXPORT,0); in sh_reinit()
1642 nv_scan(shp->var_tree,sh_envnolocal,(void*)&data,NV_ARRAY,NV_ARRAY); in sh_reinit()
H A Dname.c2242nv_scan(shp->var_tree, attstore,(void*)0,0,(NV_RDONLY|NV_UTOL|NV_LTOU|NV_RJUST|NV_LJUST|NV_ZFILL|N… in sh_envgen()
2263 namec = nv_scan(shp->var_tree,nullscan,(void*)0,NV_EXPORT,NV_EXPORT); in sh_envgen()
2269 nv_scan(shp->var_tree, pushnam,&data,NV_EXPORT, NV_EXPORT); in sh_envgen()
2272nv_scan(shp->var_tree, attstore,&data,0,(NV_RDONLY|NV_UTOL|NV_LTOU|NV_RJUST|NV_LJUST|NV_ZFILL|NV_I… in sh_envgen()
2338 int nv_scan(Dt_t *root, void (*fn)(Namval_t*,void*), void *data,int mask, int flags) in nv_scan() function
H A Dxec.c848 nv_scan(shp->fun_tree, print_fun, (void*)0,0, 0); in sh_coexec()
3384 nv_scan(prevscope->save_tree, local_exports,&tdata, NV_EXPORT, NV_EXPORT|NV_NOSCOPE); in sh_funscope()
3705 nv_scan(shp->fun_tree, print_fun, (void*)0,0, 0); in run_subshell()
H A Dnvdisc.c1342 nv_scan(data.sh->fun_tree,delete_fun,(void*)&data,NV_FUNCTION,NV_FUNCTION|NV_NOSCOPE); in put_table()
H A Dparse.c2078 nv_scan(lexp->entity_tree,kia_add,(void*)lexp,NV_TAGGED,0); in kiaclose()
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/
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 DRELEASE2923 95-08-28 The nv_scan() function can restrict the scope of a walk