Searched refs:sh_run (Results 1 - 15 of 15) sorted by relevance

/illumos-gate/usr/src/lib/libast/common/include/
H A Dshcmd.h70 # define sh_run(c, ac, av) ((c)?(*sh_context(c)->shrun)(ac,av):-1) macro
/illumos-gate/usr/src/lib/libast/amd64/include/ast/
H A Dshcmd.h79 # define sh_run(c, ac, av) ((c)?(*sh_context(c)->shrun)(ac,av):-1) macro
/illumos-gate/usr/src/lib/libast/i386/include/ast/
H A Dshcmd.h79 # define sh_run(c, ac, av) ((c)?(*sh_context(c)->shrun)(ac,av):-1) macro
/illumos-gate/usr/src/lib/libast/sparc/include/ast/
H A Dshcmd.h79 # define sh_run(c, ac, av) ((c)?(*sh_context(c)->shrun)(ac,av):-1) macro
/illumos-gate/usr/src/lib/libast/sparcv9/include/ast/
H A Dshcmd.h79 # define sh_run(c, ac, av) ((c)?(*sh_context(c)->shrun)(ac,av):-1) macro
/illumos-gate/usr/src/lib/libshell/common/include/
H A Dshell.h180 extern int sh_run(int, char*[]);
/illumos-gate/usr/src/lib/libshell/amd64/include/ast/
H A Dshell.h190 extern __MANGLE__ int sh_run __PROTO__((int, char*[]));
/illumos-gate/usr/src/lib/libshell/i386/include/ast/
H A Dshell.h190 extern __MANGLE__ int sh_run __PROTO__((int, char*[]));
/illumos-gate/usr/src/lib/libshell/sparc/include/ast/
H A Dshell.h190 extern __MANGLE__ int sh_run __PROTO__((int, char*[]));
/illumos-gate/usr/src/lib/libshell/sparcv9/include/ast/
H A Dshell.h190 extern __MANGLE__ int sh_run __PROTO__((int, char*[]));
/illumos-gate/usr/src/lib/libcmd/common/
H A Ddate.c240 if (!sh_run(context, argv - args, args))
H A Dgetconf.c393 if ((n = sh_run(context, argc, oargv)) >= EXIT_NOEXEC)
H A Duname.c332 return sh_run(context, argc, argv);
/illumos-gate/usr/src/lib/libshell/common/sh/
H A Dinit.c1305 shp->bltindata.shrun = sh_run;
H A Dxec.c2248 int sh_run(int argn, char *argv[]) function

Completed in 96 milliseconds