Searched refs:w_retcode (Results 1 – 7 of 7) sorted by relevance
31 # define WEXITSTATUS(x) ((&x)->w_retcode)62 #define WSET_EXITCODE(x, ret, sig) ((&x)->w_termsig = (sig), (&x)->w_retcode = (ret))
92 # define w_retcode w_T.w_Retcode macro134 # define w_retcode w_P.w_T.w_Retcode
56 # define WEXITSTATUS(w) (((union wait *) &(w))->w_retcode)
134 if (status.w_retcode != 0) in mapupdate()
129 if (status.w_retcode != 0) {
53 # define WEXITSTATUS(status) (status.w_retcode)
1704 # define WEXITSTATUS(s) (((union wait*)&(s))->w_retcode)