Home
last modified time | relevance | path

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

/dports/shells/ksh93-devel/ast-cc1bca27/src/lib/libast/include/
H A Dshcmd.h85 # define sh_run(c, ac, av) ((c)?(*sh_context(c)->shrun)(ac,av):-1) macro
/dports/shells/ksh93/ast-93u/src/lib/libast/include/
H A Dshcmd.h85 # define sh_run(c, ac, av) ((c)?(*sh_context(c)->shrun)(ac,av):-1) macro
/dports/shells/ast-ksh/ast-ksh93v/src/lib/libast/include/
H A Dshcmd.h86 # define sh_run(c, ac, av) ((c)?(*sh_context(c)->shrun)(ac,av):-1) macro
/dports/shells/ksh93/ast-93u/src/cmd/ksh93/sh/
H A Dxec.c2957 int sh_run(int argn, char *argv[]) in sh_run() function
/dports/shells/ksh93-devel/ast-cc1bca27/src/cmd/ksh93/sh/
H A Dxec.c2957 int sh_run(int argn, char *argv[]) in sh_run() function
/dports/shells/ksh2020/ast-ksh2020/src/cmd/ksh93/sh/
H A Dxec.c3199 int sh_run(Shell_t *shp, int argn, char *argv[]) { in sh_run() function
/dports/shells/ast-ksh/ast-ksh93v/src/cmd/ksh93/sh/
H A Dxec.c4272 int sh_run(int argn, char *argv[]) in sh_run() function