Searched refs:shrun (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/lib/libast/common/include/
H A Dshcmd.h49 int (*shrun)(int, char**); member in struct:Shbltin_s
70 # define sh_run(c, ac, av) ((c)?(*sh_context(c)->shrun)(ac,av):-1)
/illumos-gate/usr/src/lib/libast/amd64/include/ast/
H A Dshcmd.h58 int (*shrun) __PROTO__((int, char**)); member in struct:Shbltin_s
79 # define sh_run(c, ac, av) ((c)?(*sh_context(c)->shrun)(ac,av):-1)
/illumos-gate/usr/src/lib/libast/i386/include/ast/
H A Dshcmd.h58 int (*shrun) __PROTO__((int, char**)); member in struct:Shbltin_s
79 # define sh_run(c, ac, av) ((c)?(*sh_context(c)->shrun)(ac,av):-1)
/illumos-gate/usr/src/lib/libast/sparc/include/ast/
H A Dshcmd.h58 int (*shrun) __PROTO__((int, char**)); member in struct:Shbltin_s
79 # define sh_run(c, ac, av) ((c)?(*sh_context(c)->shrun)(ac,av):-1)
/illumos-gate/usr/src/lib/libast/sparcv9/include/ast/
H A Dshcmd.h58 int (*shrun) __PROTO__((int, char**)); member in struct:Shbltin_s
79 # define sh_run(c, ac, av) ((c)?(*sh_context(c)->shrun)(ac,av):-1)
/illumos-gate/usr/src/lib/libshell/common/sh/
H A Dinit.c1305 shp->bltindata.shrun = sh_run;

Completed in 70 milliseconds