Searched refs:WSET_EXITCODE (Results 1 - 1 of 1) sorted by path

/freebsd-11-stable/contrib/bmake/
H A Dwait.h61 #ifndef WSET_EXITCODE
62 #define WSET_EXITCODE(x, ret, sig) ((&x)->w_termsig = (sig), (&x)->w_retcode = (ret)) macro
68 #ifndef WSET_EXITCODE
69 #define WSET_EXITCODE(x, ret, sig) ((x) = (ret << 8) | (sig)) macro

Completed in 114 milliseconds