Home
last modified time | relevance | path

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

/illumos-gate/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
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dxec.c2974 int sh_run(int argn, char *argv[]) in sh_run() function