Home
last modified time | relevance | path

Searched refs:sh_funscope (Results 1 – 7 of 7) sorted by relevance

/titanic_50/usr/src/lib/libshell/common/include/
H A Dshell.h177 extern int sh_funscope(int,char*[],int(*)(void*),void*,int);
/titanic_50/usr/src/lib/libshell/i386/include/ast/
H A Dshell.h187 extern __MANGLE__ int sh_funscope __PROTO__((int,char*[],int(*)(__V_*),__V_*,int));
/titanic_50/usr/src/lib/libshell/
H A Dmapfile-vers54 sh_funscope;
/titanic_50/usr/src/lib/libshell/sparc/include/ast/
H A Dshell.h187 extern __MANGLE__ int sh_funscope __PROTO__((int,char*[],int(*)(__V_*),__V_*,int));
/titanic_50/usr/src/lib/libshell/sparcv9/include/ast/
H A Dshell.h187 extern __MANGLE__ int sh_funscope __PROTO__((int,char*[],int(*)(__V_*),__V_*,int));
/titanic_50/usr/src/lib/libshell/amd64/include/ast/
H A Dshell.h187 extern __MANGLE__ int sh_funscope __PROTO__((int,char*[],int(*)(__V_*),__V_*,int));
/titanic_50/usr/src/lib/libshell/common/sh/
H A Dxec.c2551 int sh_funscope(int argn, char *argv[],int(*fun)(void*),void *arg,int execflg) in sh_funscope() function
2728 sh_funscope(argn,argv,0,&fun,execflg); in sh_funct()