Searched refs:SH_EXITMASK (Results 1 - 7 of 7) sorted by relevance

/macosx-10.10/ksh-23/ksh/src/cmd/ksh93/bltins/
H A Dcflow.c68 if(n<0 || n==256 || n > SH_EXITMASK+shp->gd->sigmax+1)
69 n &= ((unsigned int)n)&SH_EXITMASK;
/macosx-10.10/ksh-23/ksh/src/cmd/ksh93/include/
H A Dshell.h256 #define SH_EXITMASK (SH_EXITSIG-1) /* normal exit status bits */ macro
/macosx-10.10/ksh-23/ksh/src/cmd/ksh93/sh/
H A Dfault.c562 shp->exitval = (xno&SH_EXITMASK);
647 sig = savxit&SH_EXITMASK;
671 exit(savxit&SH_EXITMASK);
H A Dsubshell.c643 shp->exitval &= SH_EXITMASK;
816 int sig = shp->exitval&SH_EXITMASK;
H A Dxec.c1399 shp->exitval &= SH_EXITMASK;
1855 sh_done(shp,(shp->exitval&SH_EXITSIG)?(shp->exitval&SH_EXITMASK):0);
3461 if(r>SH_EXITSIG && ((r&SH_EXITMASK)==SIGINT || ((r&SH_EXITMASK)==SIGQUIT)))
3462 kill(getpid(),r&SH_EXITMASK); local
H A Djobs.c1406 pw->p_exit &= SH_EXITMASK;
H A Djobs.c.orig1406 pw->p_exit &= SH_EXITMASK;

Completed in 189 milliseconds