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

/freebsd-10-stable/contrib/bmake/
H A Dwait.h33 # define WSTOPSIG(x) ((&x)->w_stopsig) macro
54 # define WSTOPSIG(x) WSTOPPED macro
/freebsd-10-stable/contrib/gdb/gdb/
H A Dgdb_wait.h77 #define WSTOPSIG WEXITSTATUS macro
/freebsd-10-stable/contrib/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
/freebsd-10-stable/contrib/gcclibs/libiberty/testsuite/
H A Dtest-pexecute.c63 #define WSTOPSIG WEXITSTATUS macro
/freebsd-10-stable/contrib/groff/src/roff/groff/
H A Dpipeline.c53 #define WSTOPSIG(s) (((s) >> 8) & 0377) macro
/freebsd-10-stable/sys/sys/
H A Dwait.h55 #define WSTOPSIG(x) (_W_INT(x) >> 8) macro
/freebsd-10-stable/contrib/gcc/
H A Dsystem.h343 #define WSTOPSIG WEXITSTATUS macro
/freebsd-10-stable/contrib/libreadline/examples/rlfe/
H A Dos.h461 # define WSTOPSIG(status) ((status >> 8) & 0377) macro
463 # define WSTOPSIG(status) status.w_S.w_Stopsig macro
/freebsd-10-stable/contrib/sendmail/include/sm/
H A Dconf.h2342 # undef WSTOPSIG macro
/freebsd-10-stable/contrib/groff/src/roff/troff/
H A Dnode.cpp59 #define WSTOPSIG(s) (((s) >> 8) & 0377) macro

Completed in 354 milliseconds