Searched refs:WSTOPSIG (Results 1 - 25 of 50) sorted by relevance

12

/macosx-10.9.5/bash-92/bash-3.2/include/
H A Dposixwait.h55 # if !defined (WSTOPSIG)
56 # define WSTOPSIG(s) ((s) >> 8) macro
57 # endif /* !WSTOPSIG */
85 # if !defined (WSTOPSIG)
86 # define WSTOPSIG(s) ((s).w_stopsig) macro
87 # endif /* !WSTOPSIG */
H A Dunionwait.h94 #define WSTOPSIG(x) ((x).w_stopsig) macro
/macosx-10.9.5/emacs-92/emacs/src/
H A Dsyswait.h57 #ifndef WSTOPSIG
58 #define WSTOPSIG(status) WEXITSTATUS(status) macro
88 #define WSTOPSIG(w) (w >> 8) macro
111 #undef WSTOPSIG macro
120 #ifndef WSTOPSIG
121 #define WSTOPSIG(w) w.w_stopsig macro
127 #define WIFSIGNALED(w) (WTERMSIG (w) != 0177 && (WSTOPSIG (w)) == 0)
145 #define WSTOPSIG(w) (w) macro
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/include/ac/
H A Dwait.h46 #ifndef WSTOPSIG
47 # define WSTOPSIG(s) LDAP_HI(s) macro
/macosx-10.9.5/ksh-20/ksh/src/lib/libast/include/
H A Dwait.h63 #undef WSTOPSIG macro
87 #ifndef WSTOPSIG
88 #define WSTOPSIG(x) WEXITSTATUS(x) macro
/macosx-10.9.5/tcsh-65/tcsh/
H A Dmi.wait.h34 #define WSTOPSIG(s) (__HIGH(s) & 0377) /* stop signal */ macro
/macosx-10.9.5/xnu-2422.115.4/bsd/sys/
H A Dwait.h149 #define WSTOPSIG(x) (_W_INT(x) >> 8) macro
150 #define WIFCONTINUED(x) (_WSTATUS(x) == _WSTOPPED && WSTOPSIG(x) == 0x13)
151 #define WIFSTOPPED(x) (_WSTATUS(x) == _WSTOPPED && WSTOPSIG(x) != 0x13)
/macosx-10.9.5/tcsh-65/tcsh/win32/
H A Dsignal.h120 #define WSTOPSIG(a) 0 macro
/macosx-10.9.5/xnu-2422.115.4/tools/tests/execperf/
H A Drun.c79 errx(1, "process stopped with signal %d", WSTOPSIG(ret));
/macosx-10.9.5/system_cmds-597.90.1/system_cmds-597.1.1/vifs.tproj/
H A Dvifs.c111 raise(WSTOPSIG(x));
/macosx-10.9.5/system_cmds-597.90.1/vifs.tproj/
H A Dvifs.c111 raise(WSTOPSIG(x));
/macosx-10.9.5/screen-22/screen/
H A Dos.h462 #ifndef WSTOPSIG
464 # define WSTOPSIG(status) ((status >> 8) & 0377) macro
466 # define WSTOPSIG(status) status.w_S.w_Stopsig macro
/macosx-10.9.5/uucp-11/uucp/contrib/
H A DdialHDB.c149 WSTOPSIG(stat));
/macosx-10.9.5/tcl-102/tcl/tcl/unix/
H A DtclUnixPort.h214 #ifndef WSTOPSIG
215 # define WSTOPSIG(stat) (((*((int *) &(stat))) >> 8) & 0xff) macro
/macosx-10.9.5/tcl-102/tcl/tcl/win/
H A DtclWinPort.h274 #ifndef WSTOPSIG
275 # define WSTOPSIG(stat) (((*((int *) &(stat))) >> 8) & 0xff) macro
/macosx-10.9.5/tcl-102/tcl84/tcl/win/
H A DtclWinPort.h252 #ifndef WSTOPSIG
253 # define WSTOPSIG(stat) (((*((int *) &(stat))) >> 8) & 0xff) macro
/macosx-10.9.5/tcl-102/tcl_ext/expect/expect/
H A Dexp_tty.c740 #undef WSTOPSIG
741 #ifndef WSTOPSIG
742 # define WSTOPSIG(stat) (((*((int *) &(stat))) >> 8) & 0xff)
773 p = Tcl_SignalMsg((int) (WSTOPSIG(waitStatus)));
775 Tcl_SignalId((int) (WSTOPSIG(waitStatus))), p, (char *) NULL);
/macosx-10.9.5/zsh-60/zsh/Src/
H A Dzsh_system.h349 # undef WSTOPSIG macro
371 #ifndef WSTOPSIG
372 # define WSTOPSIG(X) (((X)>>8)&0377) macro
/macosx-10.9.5/system_cmds-597.90.1/system_cmds-597.1.1/vipw.tproj/
H A Dpw_util.c210 raise(WSTOPSIG(pstat));
/macosx-10.9.5/system_cmds-597.90.1/vipw.tproj/
H A Dpw_util.c210 raise(WSTOPSIG(pstat));
/macosx-10.9.5/tcl-102/tcl84/tcl/unix/
H A DtclUnixPort.h242 #ifndef WSTOPSIG
243 # define WSTOPSIG(stat) (((*((int *) &(stat))) >> 8) & 0xff) macro
/macosx-10.9.5/cxxfilt-11/cxxfilt/libiberty/testsuite/
H A Dtest-pexecute.c62 #ifndef WSTOPSIG
63 #define WSTOPSIG WEXITSTATUS macro
/macosx-10.9.5/system_cmds-597.90.1/chpass.tproj/
H A Dutil.c306 raise(WSTOPSIG(pstat));
/macosx-10.9.5/system_cmds-597.90.1/system_cmds-597.1.1/chpass.tproj/
H A Dutil.c306 raise(WSTOPSIG(pstat));
/macosx-10.9.5/tcl-102/tcl_ext/tclx/tclx/generic/
H A DtclXprocess.c268 resultList [2] = Tcl_NewStringObj (Tcl_SignalId (WSTOPSIG (status)),

Completed in 210 milliseconds

12