Searched defs:shrun (Results 1 - 5 of 5) sorted by relevance

/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/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/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)

Completed in 64 milliseconds