Searched refs:sh_envnolocal (Results 1 – 3 of 3) sorted by relevance
/titanic_41/usr/src/lib/libshell/common/include/ |
H A D | defs.h | 374 extern void sh_envnolocal(Namval_t*,void*);
|
/titanic_41/usr/src/lib/libshell/common/sh/ |
H A D | init.c | 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 D | name.c | 2077 void sh_envnolocal (register Namval_t *np, void *data) in sh_envnolocal() function
|