Searched refs:sh_init (Results 1 – 10 of 10) sorted by relevance
/titanic_41/usr/src/cmd/ksh/builtins/ |
H A D | alias.c | 217 shp = sh_init(argc+1, xargv, 0); in script_builtin_main()
|
/titanic_41/usr/src/lib/libshell/common/sh/ |
H A D | shcomp.c | 97 shp = sh_init(argc,argv,(Shinit_f)0); in main()
|
H A D | main.c | 157 shp = sh_init(ac,av,userinit); in sh_main()
|
H A D | init.c | 1023 Shell_t *sh_init(register int argc,register char *argv[], Shinit_f userinit) in sh_init() function
|
/titanic_41/usr/src/lib/libshell/common/include/ |
H A D | shell.h | 170 extern Shell_t *sh_init(int,char*[],Shinit_f);
|
/titanic_41/usr/src/lib/libshell/amd64/include/ast/ |
H A D | shell.h | 180 extern __MANGLE__ Shell_t *sh_init __PROTO__((int,char*[],Shinit_f));
|
/titanic_41/usr/src/lib/libshell/i386/include/ast/ |
H A D | shell.h | 180 extern __MANGLE__ Shell_t *sh_init __PROTO__((int,char*[],Shinit_f));
|
/titanic_41/usr/src/lib/libshell/ |
H A D | mapfile-vers | 46 sh_init;
|
/titanic_41/usr/src/lib/libshell/sparc/include/ast/ |
H A D | shell.h | 180 extern __MANGLE__ Shell_t *sh_init __PROTO__((int,char*[],Shinit_f));
|
/titanic_41/usr/src/lib/libshell/sparcv9/include/ast/ |
H A D | shell.h | 180 extern __MANGLE__ Shell_t *sh_init __PROTO__((int,char*[],Shinit_f));
|