Home
last modified time | relevance | path

Searched refs:shrun (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/contrib/ast/src/lib/libast/include/
H A Dshcmd.h64 int (*shrun)(int, char**); member
85 # define sh_run(c, ac, av) ((c)?(*sh_context(c)->shrun)(ac,av):-1)
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dinit.c1561 shp->bltindata.shrun = sh_run; in sh_init()