Searched refs:sh_funscope (Results 1 – 7 of 7) sorted by relevance
/titanic_50/usr/src/lib/libshell/common/include/ |
H A D | shell.h | 177 extern int sh_funscope(int,char*[],int(*)(void*),void*,int);
|
/titanic_50/usr/src/lib/libshell/i386/include/ast/ |
H A D | shell.h | 187 extern __MANGLE__ int sh_funscope __PROTO__((int,char*[],int(*)(__V_*),__V_*,int));
|
/titanic_50/usr/src/lib/libshell/ |
H A D | mapfile-vers | 54 sh_funscope;
|
/titanic_50/usr/src/lib/libshell/sparc/include/ast/ |
H A D | shell.h | 187 extern __MANGLE__ int sh_funscope __PROTO__((int,char*[],int(*)(__V_*),__V_*,int));
|
/titanic_50/usr/src/lib/libshell/sparcv9/include/ast/ |
H A D | shell.h | 187 extern __MANGLE__ int sh_funscope __PROTO__((int,char*[],int(*)(__V_*),__V_*,int));
|
/titanic_50/usr/src/lib/libshell/amd64/include/ast/ |
H A D | shell.h | 187 extern __MANGLE__ int sh_funscope __PROTO__((int,char*[],int(*)(__V_*),__V_*,int));
|
/titanic_50/usr/src/lib/libshell/common/sh/ |
H A D | xec.c | 2551 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()
|