/titanic_51/usr/src/lib/libast/common/include/ |
H A D | shcmd.h | 70 # define sh_run(c, ac, av) ((c)?(*sh_context(c)->shrun)(ac,av):-1) macro
|
/titanic_51/usr/src/lib/libast/sparc/include/ast/ |
H A D | shcmd.h | 79 # define sh_run(c, ac, av) ((c)?(*sh_context(c)->shrun)(ac,av):-1) macro
|
/titanic_51/usr/src/lib/libast/i386/include/ast/ |
H A D | shcmd.h | 79 # define sh_run(c, ac, av) ((c)?(*sh_context(c)->shrun)(ac,av):-1) macro
|
/titanic_51/usr/src/lib/libast/amd64/include/ast/ |
H A D | shcmd.h | 79 # define sh_run(c, ac, av) ((c)?(*sh_context(c)->shrun)(ac,av):-1) macro
|
/titanic_51/usr/src/lib/libast/sparcv9/include/ast/ |
H A D | shcmd.h | 79 # define sh_run(c, ac, av) ((c)?(*sh_context(c)->shrun)(ac,av):-1) macro
|
/titanic_51/usr/src/contrib/ast/src/lib/libast/include/ |
H A D | shcmd.h | 85 # define sh_run(c, ac, av) ((c)?(*sh_context(c)->shrun)(ac,av):-1) macro
|
/titanic_51/usr/src/lib/libshell/common/include/ |
H A D | shell.h | 180 extern int sh_run(int, char*[]);
|
/titanic_51/usr/src/contrib/ast/src/cmd/ksh93/include/ |
H A D | shell.h | 186 extern int sh_run(int, char*[]);
|
/titanic_51/usr/src/lib/libshell/amd64/include/ast/ |
H A D | shell.h | 190 extern __MANGLE__ int sh_run __PROTO__((int, char*[]));
|
/titanic_51/usr/src/lib/libshell/i386/include/ast/ |
H A D | shell.h | 190 extern __MANGLE__ int sh_run __PROTO__((int, char*[]));
|
/titanic_51/usr/src/lib/libshell/sparc/include/ast/ |
H A D | shell.h | 190 extern __MANGLE__ int sh_run __PROTO__((int, char*[]));
|
/titanic_51/usr/src/lib/libshell/sparcv9/include/ast/ |
H A D | shell.h | 190 extern __MANGLE__ int sh_run __PROTO__((int, char*[]));
|
/titanic_51/usr/src/contrib/ast/src/lib/libcmd/ |
H A D | getconf.c | 402 if ((n = sh_run(context, argc, oargv)) >= EXIT_NOEXEC) in b_getconf()
|
H A D | date.c | 249 if (!sh_run(context, argv - args, args)) in settime()
|
H A D | uname.c | 332 return sh_run(context, argc, argv); in b_uname()
|
H A D | RELEASE | 116 07-04-24 procrun.c: add -last intercept => sh_run() and whence -q
|
/titanic_51/usr/src/lib/libcmd/common/ |
H A D | date.c | 240 if (!sh_run(context, argv - args, args)) in settime()
|
H A D | getconf.c | 393 if ((n = sh_run(context, argc, oargv)) >= EXIT_NOEXEC) in b_getconf()
|
H A D | uname.c | 332 return sh_run(context, argc, argv); in b_uname()
|
H A D | RELEASE | 80 07-04-24 procrun.c: add -last intercept => sh_run() and whence -q
|
/titanic_51/usr/src/lib/libshell/common/sh/ |
H A D | init.c | 1305 shp->bltindata.shrun = sh_run; in sh_init()
|
H A D | xec.c | 2248 int sh_run(int argn, char *argv[]) in sh_run() function
|
/titanic_51/usr/src/contrib/ast/src/cmd/ksh93/sh/ |
H A D | init.c | 1561 shp->bltindata.shrun = sh_run; in sh_init()
|
H A D | xec.c | 2974 int sh_run(int argn, char *argv[]) in sh_run() function
|