Home
last modified time | relevance | path

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

/freebsd/contrib/bmake/
H A Dwait.h33 # define WSTOPSIG(x) ((&x)->w_stopsig) macro
54 # define WSTOPSIG(x) WSTOPPED macro
/freebsd/contrib/tcsh/
H A Dmi.wait.h34 #define WSTOPSIG(s) (__HIGH(s) & 0377) /* stop signal */ macro
H A Dsh.proc.c59 # define WSTOPSIG(w) (((union wait *) &(w))->w_stopsig) macro
/freebsd/sys/sys/
H A Dwait.h54 #define WSTOPSIG(x) (_W_INT(x) >> 8) macro