Searched refs:print_fun (Results 1 – 2 of 2) sorted by relevance
/titanic_51/usr/src/contrib/ast/src/cmd/ksh93/sh/ |
H A D | xec.c | 738 static void print_fun(register Namval_t* np, void *data) in print_fun() function 848 nv_scan(shp->fun_tree, print_fun, (void*)0,0, 0); in sh_coexec() 3705 nv_scan(shp->fun_tree, print_fun, (void*)0,0, 0); in run_subshell()
|
/titanic_51/usr/src/lib/libshell/common/sh/ |
H A D | xec.c | 2871 static void print_fun(register Namval_t* np, void *data) in print_fun() function 2910 nv_scan(sh.fun_tree, print_fun, (void*)0,0, 0); in run_subshell()
|