Searched refs:w_stopsig (Results 1 - 3 of 3) sorted by relevance

/freebsd-9.3-release/contrib/bmake/
H A Dwait.h33 # define WSTOPSIG(x) ((&x)->w_stopsig)
59 #define WSET_STOPCODE(x, sig) ((&x)->w_stopsig = (sig))
/freebsd-9.3-release/contrib/tcsh/
H A Dtc.wait.h95 # define w_stopsig w_S.w_Stopsig macro
137 # define w_stopsig w_P.w_S.w_Stopsig
H A Dsh.proc.c65 # define WSTOPSIG(w) (((union wait *) &(w))->w_stopsig)

Completed in 71 milliseconds