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

/illumos-gate/usr/src/lib/libast/amd64/include/ast/
H A Dshcmd.h60 void (*shexit) __PROTO__((int)); member in struct:Shbltin_s
81 # define sh_exit(c,n) ((c)?(*sh_context(c)->shexit)(n):exit(n))
/illumos-gate/usr/src/lib/libast/common/include/
H A Dshcmd.h51 void (*shexit)(int); member in struct:Shbltin_s
72 # define sh_exit(c,n) ((c)?(*sh_context(c)->shexit)(n):exit(n))
/illumos-gate/usr/src/lib/libast/i386/include/ast/
H A Dshcmd.h60 void (*shexit) __PROTO__((int)); member in struct:Shbltin_s
81 # define sh_exit(c,n) ((c)?(*sh_context(c)->shexit)(n):exit(n))
/illumos-gate/usr/src/lib/libast/sparc/include/ast/
H A Dshcmd.h60 void (*shexit) __PROTO__((int)); member in struct:Shbltin_s
81 # define sh_exit(c,n) ((c)?(*sh_context(c)->shexit)(n):exit(n))
/illumos-gate/usr/src/lib/libast/sparcv9/include/ast/
H A Dshcmd.h60 void (*shexit) __PROTO__((int)); member in struct:Shbltin_s
81 # define sh_exit(c,n) ((c)?(*sh_context(c)->shexit)(n):exit(n))

Completed in 76 milliseconds