Home
last modified time | relevance | path

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

/NextBSD/contrib/bmake/
HDwait.h33 # define WSTOPSIG(x) ((&x)->w_stopsig) macro
54 # define WSTOPSIG(x) WSTOPPED macro
/NextBSD/contrib/tcsh/
HDmi.wait.h34 #define WSTOPSIG(s) (__HIGH(s) & 0377) /* stop signal */ macro
HDsh.proc.c65 # define WSTOPSIG(w) (((union wait *) &(w))->w_stopsig) macro
/NextBSD/contrib/gdb/gdb/
HDgdb_wait.h77 #define WSTOPSIG WEXITSTATUS macro
/NextBSD/sys/sys/
HDwait.h55 #define WSTOPSIG(x) (_W_INT(x) >> 8) macro
/NextBSD/contrib/libreadline/examples/rlfe/
HDos.h461 # define WSTOPSIG(status) ((status >> 8) & 0377) macro
463 # define WSTOPSIG(status) status.w_S.w_Stopsig macro
/NextBSD/contrib/gcclibs/libiberty/testsuite/
HDtest-pexecute.c63 #define WSTOPSIG WEXITSTATUS macro
/NextBSD/contrib/groff/src/roff/groff/
HDpipeline.c53 #define WSTOPSIG(s) (((s) >> 8) & 0377) macro
/NextBSD/contrib/gcc/
HDsystem.h343 #define WSTOPSIG WEXITSTATUS macro
/NextBSD/contrib/groff/src/roff/troff/
HDnode.cpp59 #define WSTOPSIG(s) (((s) >> 8) & 0377) macro