Lines Matching defs:WIFEXITED
501 # undef WIFEXITED
710 # undef WIFEXITED
1089 # undef WIFEXITED
1159 # undef WIFEXITED
1302 # undef WIFEXITED
1403 # undef WIFEXITED
1599 # undef WIFEXITED
1621 # undef WIFEXITED
1639 # undef WIFEXITED
1663 /* Have to redefine WIFEXITED to take an int, to work with waitfor() */
1664 # undef WIFEXITED
1665 # define WIFEXITED(s) (((union wait*)&(s))->w_stopval != WSTOPPED && \
1947 # undef WIFEXITED
2149 # undef WIFEXITED
2170 # undef WIFEXITED
2217 # undef WIFEXITED
2246 # undef WIFEXITED
2322 # undef WIFEXITED
2879 # ifndef WIFEXITED
2880 # define WIFEXITED(st) (((st) & 0377) == 0)
2881 # endif /* ! WIFEXITED */