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

/osnet-11/usr/src/lib/libast/amd64/include/ast/
H A Dshcmd.h66 int (*shrun) __PROTO__((int, char**)); member in struct:Shbltin_s
87 # define sh_run(c, ac, av) ((c)?(*sh_context(c)->shrun)(ac,av):-1)
/osnet-11/usr/src/lib/libast/common/include/
H A Dshcmd.h57 int (*shrun)(int, char**); member in struct:Shbltin_s
78 # define sh_run(c, ac, av) ((c)?(*sh_context(c)->shrun)(ac,av):-1)
/osnet-11/usr/src/lib/libast/i386/include/ast/
H A Dshcmd.h66 int (*shrun) __PROTO__((int, char**)); member in struct:Shbltin_s
87 # define sh_run(c, ac, av) ((c)?(*sh_context(c)->shrun)(ac,av):-1)
/osnet-11/usr/src/lib/libast/sparc/include/ast/
H A Dshcmd.h66 int (*shrun) __PROTO__((int, char**)); member in struct:Shbltin_s
87 # define sh_run(c, ac, av) ((c)?(*sh_context(c)->shrun)(ac,av):-1)
/osnet-11/usr/src/lib/libast/sparcv9/include/ast/
H A Dshcmd.h66 int (*shrun) __PROTO__((int, char**)); member in struct:Shbltin_s
87 # define sh_run(c, ac, av) ((c)?(*sh_context(c)->shrun)(ac,av):-1)
/osnet-11/usr/src/lib/libshell/common/sh/
H A Dinit.c1475 shp->bltindata.shrun = sh_run;

Completed in 58 milliseconds