Searched defs:WSTOPSIG (Results 1 - 19 of 19) sorted by relevance

/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/include/ac/
H A Dwait.h47 # define WSTOPSIG(s) LDAP_HI(s) macro
/macosx-10.10.1/emacs-93/emacs/src/
H A Dsyswait.h58 #define WSTOPSIG(status) WEXITSTATUS(status) macro
88 #define WSTOPSIG(w) (w >> 8) macro
111 #undef WSTOPSIG macro
121 #define WSTOPSIG(w) w.w_stopsig macro
145 #define WSTOPSIG(w) (w) macro
/macosx-10.10.1/ksh-23/ksh/src/lib/libast/include/
H A Dwait.h63 #undef WSTOPSIG macro
88 #define WSTOPSIG(x) WEXITSTATUS(x) macro
/macosx-10.10.1/bash-94.1.2/bash-3.2/include/
H A Dposixwait.h56 # define WSTOPSIG(s) ((s) >> 8) macro
86 # define WSTOPSIG(s) ((s).w_stopsig) macro
H A Dunionwait.h94 #define WSTOPSIG(x) ((x).w_stopsig) macro
/macosx-10.10.1/tcsh-65/tcsh/
H A Dmi.wait.h34 #define WSTOPSIG(s) (__HIGH(s) & 0377) /* stop signal */ macro
H A Dsh.proc.c63 # define WSTOPSIG(w) (((union wait *) &(w))->w_stopsig) macro
/macosx-10.10.1/cxxfilt-11/cxxfilt/libiberty/testsuite/
H A Dtest-pexecute.c63 #define WSTOPSIG WEXITSTATUS macro
/macosx-10.10.1/groff-38/groff/src/roff/groff/
H A Dpipeline.c53 #define WSTOPSIG(s) (((s) >> 8) & 0377) macro
/macosx-10.10.1/tcsh-65/tcsh/win32/
H A Dsignal.h120 #define WSTOPSIG(a) 0 macro
/macosx-10.10.1/xnu-2782.1.97/bsd/sys/
H A Dwait.h149 #define WSTOPSIG(x) (_W_INT(x) >> 8) macro
/macosx-10.10.1/tcl-105/tcl/tcl/unix/
H A DtclUnixPort.h215 # define WSTOPSIG(stat) (((*((int *) &(stat))) >> 8) & 0xff) macro
/macosx-10.10.1/screen-22/screen/
H A Dos.h464 # define WSTOPSIG(status) ((status >> 8) & 0377) macro
466 # define WSTOPSIG(status) status.w_S.w_Stopsig macro
/macosx-10.10.1/tcl-105/tcl/tcl/win/
H A DtclWinPort.h275 # define WSTOPSIG(stat) (((*((int *) &(stat))) >> 8) & 0xff) macro
/macosx-10.10.1/tcl-105/tcl84/tcl/unix/
H A DtclUnixPort.h243 # define WSTOPSIG(stat) (((*((int *) &(stat))) >> 8) & 0xff) macro
/macosx-10.10.1/tcl-105/tcl84/tcl/win/
H A DtclWinPort.h253 # define WSTOPSIG(stat) (((*((int *) &(stat))) >> 8) & 0xff) macro
/macosx-10.10.1/zsh-61/zsh/Src/
H A Dzsh_system.h349 # undef WSTOPSIG macro
372 # define WSTOPSIG(X) (((X)>>8)&0377) macro
/macosx-10.10.1/groff-38/groff/src/roff/troff/
H A Dnode.cpp59 #define WSTOPSIG(s) (((s) >> 8) & 0377) macro
/macosx-10.10.1/ruby-106/ruby/
H A Dprocess.c105 #define WSTOPSIG WEXITSTATUS macro

Completed in 237 milliseconds