Home
last modified time | relevance | path

Searched refs:shexit (Results 1 – 6 of 6) sorted by relevance

/titanic_44/usr/src/lib/libast/common/include/
H A Dshcmd.h51 void (*shexit)(int); member
72 # define sh_exit(c,n) ((c)?(*sh_context(c)->shexit)(n):exit(n))
/titanic_44/usr/src/lib/libast/amd64/include/ast/
H A Dshcmd.h60 void (*shexit) __PROTO__((int)); member
81 # define sh_exit(c,n) ((c)?(*sh_context(c)->shexit)(n):exit(n))
/titanic_44/usr/src/lib/libast/i386/include/ast/
H A Dshcmd.h60 void (*shexit) __PROTO__((int)); member
81 # define sh_exit(c,n) ((c)?(*sh_context(c)->shexit)(n):exit(n))
/titanic_44/usr/src/lib/libast/sparcv9/include/ast/
H A Dshcmd.h60 void (*shexit) __PROTO__((int)); member
81 # define sh_exit(c,n) ((c)?(*sh_context(c)->shexit)(n):exit(n))
/titanic_44/usr/src/lib/libast/sparc/include/ast/
H A Dshcmd.h60 void (*shexit) __PROTO__((int)); member
81 # define sh_exit(c,n) ((c)?(*sh_context(c)->shexit)(n):exit(n))
/titanic_44/usr/src/lib/libshell/common/sh/
H A Dinit.c1307 shp->bltindata.shexit = sh_exit; in sh_init()