Searched refs:sh_funscope (Results 1 – 10 of 10) sorted by relevance
/titanic_51/usr/src/lib/libshell/common/include/ |
H A D | shell.h | 177 extern int sh_funscope(int,char*[],int(*)(void*),void*,int);
|
/titanic_51/usr/src/contrib/ast/src/cmd/ksh93/include/ |
H A D | shell.h | 183 extern int sh_funscope(int,char*[],int(*)(void*),void*,int);
|
/titanic_51/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_51/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_51/usr/src/lib/libshell/ |
H A D | mapfile-vers | 54 sh_funscope;
|
/titanic_51/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_51/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_51/usr/src/cmd/ast/libshell/ |
H A D | mapfile-vers | 60 sh_funscope;
|
/titanic_51/usr/src/contrib/ast/src/cmd/ksh93/sh/ |
H A D | xec.c | 3321 sh_funscope(1,argv,0,&funenv,0); in sh_mathfun() 3336 int sh_funscope(int argn, char *argv[],int(*fun)(void*),void *arg,int execflg) in sh_funscope() function 3530 sh_funscope(argn,argv,0,&fun,execflg); in sh_funct()
|
/titanic_51/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()
|