Searched refs:WAIT_STATUS (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/contrib/bmake/
H A Dwait.h40 # define WAIT_STATUS(x) (x).w_status macro
43 # define WAIT_STATUS(x) x macro
H A Djob.c1052 WAIT_STATUS(status) = 0;
1085 if ((WAIT_STATUS(status) != 0) ||
1092 (WAIT_STATUS(status) == 0)) {
1109 } else if (WAIT_STATUS(status)) {
2002 WAIT_STATUS(status));
2055 job->exit_status = WAIT_STATUS(status);

Completed in 67 milliseconds