Searched refs:local_exports (Results 1 – 2 of 2) sorted by relevance
/titanic_51/usr/src/lib/libshell/common/sh/ |
H A D | xec.c | 2536 static void local_exports(register Namval_t *np, void *data) in local_exports() function 2593 nv_scan(prevscope->save_tree, local_exports,(void*)0, NV_EXPORT, NV_EXPORT|NV_NOSCOPE); in sh_funscope()
|
/titanic_51/usr/src/contrib/ast/src/cmd/ksh93/sh/ |
H A D | xec.c | 3282 static void local_exports(register Namval_t *np, void *data) in local_exports() function 3384 nv_scan(prevscope->save_tree, local_exports,&tdata, NV_EXPORT, NV_EXPORT|NV_NOSCOPE); in sh_funscope()
|