Home
last modified time | relevance | path

Searched defs:WSTOPSIG (Results 1 – 7 of 7) sorted by relevance

/dflybsd-src/contrib/bmake/
H A Dwait.h33 # define WSTOPSIG(x) ((&x)->w_stopsig) macro
54 # define WSTOPSIG(x) WSTOPPED macro
/dflybsd-src/contrib/cvs-1.12/lib/
H A Dwait.h35 #define WSTOPSIG(w) (((w) >> 8) & 0xff) macro
/dflybsd-src/contrib/gdb-7/gdb/common/
H A Dgdb_wait.h75 #define WSTOPSIG WEXITSTATUS macro
/dflybsd-src/sys/sys/
H A Dwait.h59 #define WSTOPSIG(x) (_W_INT(x) >> 8) macro
/dflybsd-src/contrib/gcc-4.7/gcc/
H A Dsystem.h367 #define WSTOPSIG WEXITSTATUS macro
/dflybsd-src/contrib/tcsh-6/
H A Dsh.proc.c59 # define WSTOPSIG(w) (((union wait *) &(w))->w_stopsig) macro
/dflybsd-src/contrib/gcc-8.0/gcc/
H A Dsystem.h412 #define WSTOPSIG WEXITSTATUS macro