Home
last modified time | relevance | path

Searched defs:sh_run (Results 1 – 8 of 8) sorted by relevance

/titanic_51/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
/titanic_51/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
/titanic_51/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
/titanic_51/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
/titanic_51/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
/titanic_51/usr/src/contrib/ast/src/lib/libast/include/
H A Dshcmd.h85 # define sh_run(c, ac, av) ((c)?(*sh_context(c)->shrun)(ac,av):-1) macro
/titanic_51/usr/src/lib/libshell/common/sh/
H A Dxec.c2248 int sh_run(int argn, char *argv[]) in sh_run() function
/titanic_51/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dxec.c2974 int sh_run(int argn, char *argv[]) in sh_run() function