Searched refs:w_termsig (Results 1 - 7 of 7) sorted by relevance

/freebsd-11-stable/contrib/tcsh/
H A Dtc.wait.h90 # define w_termsig w_T.w_Termsig macro
132 # define w_termsig w_P.w_T.w_Termsig
150 # define WIFSIGNALED(x) (((x).w_stopval != WSTOPPED) && ((x).w_termsig != 0))
H A Dsh.proc.c50 # define WTERMSIG(w) (((union wait *) &(w))->w_termsig)
/freebsd-11-stable/contrib/bmake/
H A Dwait.h32 # define WTERMSIG(x) ((&x)->w_termsig)
62 #define WSET_EXITCODE(x, ret, sig) ((&x)->w_termsig = (sig), (&x)->w_retcode = (ret))
/freebsd-11-stable/usr.sbin/cron/cron/
H A Dexterns.h99 # define WTERMSIG(x) ((x).w_termsig)
/freebsd-11-stable/usr.bin/svn/lib/libapr/
H A Dapr.h644 #define WTERMSIG(status) (int)((status).w_termsig)
/freebsd-11-stable/contrib/dialog/
H A Dui_getc.c60 # define WTERMSIG(status) (status.w_termsig)
/freebsd-11-stable/contrib/sendmail/include/sm/
H A Dconf.h1700 ((union wait*)&(s))->w_termsig == 0)

Completed in 227 milliseconds