Home
last modified time | relevance | path

Searched refs:SH_EXITMASK (Results 1 – 11 of 11) sorted by relevance

/titanic_41/usr/src/lib/libshell/common/bltins/
H A Dcflow.c67 n = (((arg= *argv)?(int)strtol(arg, (char**)0, 10)&SH_EXITMASK:shp->oldexit)); in b_return()
H A Dmisc.c315 sh_fault(shp->exitval&SH_EXITMASK); in b_dot_cmd()
/titanic_41/usr/src/lib/libshell/common/sh/
H A Dfault.c548 shp->exitval = (xno&SH_EXITMASK); in sh_exit()
631 sig = savxit&SH_EXITMASK; in sh_done()
644 exit(savxit&SH_EXITMASK); in sh_done()
H A Dsubshell.c590 shp->exitval &= SH_EXITMASK; in sh_subshell()
647 sp->sig = (shp->exitval&SH_EXITMASK); in sh_subshell()
744 int sig = shp->exitval&SH_EXITMASK; in sh_subshell()
H A Dxec.c1014 shp->exitval &= SH_EXITMASK; in sh_exec()
1349 sh_done(shp,(shp->exitval&SH_EXITSIG)?(shp->exitval&SH_EXITMASK):0); in sh_exec()
2684 sh_fault(shp->exitval&SH_EXITMASK); in sh_funscope()
H A Djobs.c1224 pw->p_exit &= SH_EXITMASK; in job_post()
/titanic_41/usr/src/lib/libshell/common/include/
H A Dshell.h250 #define SH_EXITMASK (SH_EXITSIG-1) /* normal exit status bits */ macro
/titanic_41/usr/src/lib/libshell/amd64/include/ast/
H A Dshell.h261 #define SH_EXITMASK (SH_EXITSIG-1) /* normal exit status bits */ macro
/titanic_41/usr/src/lib/libshell/i386/include/ast/
H A Dshell.h261 #define SH_EXITMASK (SH_EXITSIG-1) /* normal exit status bits */ macro
/titanic_41/usr/src/lib/libshell/sparc/include/ast/
H A Dshell.h261 #define SH_EXITMASK (SH_EXITSIG-1) /* normal exit status bits */ macro
/titanic_41/usr/src/lib/libshell/sparcv9/include/ast/
H A Dshell.h261 #define SH_EXITMASK (SH_EXITSIG-1) /* normal exit status bits */ macro