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

/osnet-11/usr/src/lib/libast/amd64/include/ast/
H A Dshcmd.h68 void (*shexit) __PROTO__((int)); member in struct:Shbltin_s
89 # define sh_exit(c,n) ((c)?(*sh_context(c)->shexit)(n):exit(n))
/osnet-11/usr/src/lib/libast/common/include/
H A Dshcmd.h59 void (*shexit)(int); member in struct:Shbltin_s
80 # define sh_exit(c,n) ((c)?(*sh_context(c)->shexit)(n):exit(n))
/osnet-11/usr/src/lib/libast/i386/include/ast/
H A Dshcmd.h68 void (*shexit) __PROTO__((int)); member in struct:Shbltin_s
89 # define sh_exit(c,n) ((c)?(*sh_context(c)->shexit)(n):exit(n))
/osnet-11/usr/src/lib/libast/sparc/include/ast/
H A Dshcmd.h68 void (*shexit) __PROTO__((int)); member in struct:Shbltin_s
89 # define sh_exit(c,n) ((c)?(*sh_context(c)->shexit)(n):exit(n))
/osnet-11/usr/src/lib/libast/sparcv9/include/ast/
H A Dshcmd.h68 void (*shexit) __PROTO__((int)); member in struct:Shbltin_s
89 # define sh_exit(c,n) ((c)?(*sh_context(c)->shexit)(n):exit(n))

Completed in 38 milliseconds