Lines Matching refs:WIFEXITED
507 # undef WIFEXITED
716 # undef WIFEXITED
1116 # undef WIFEXITED
1186 # undef WIFEXITED
1329 # undef WIFEXITED
1430 # undef WIFEXITED
1636 # undef WIFEXITED
1658 # undef WIFEXITED
1676 # undef WIFEXITED
1701 # undef WIFEXITED
1702 # define WIFEXITED(s) (((union wait*)&(s))->w_stopval != WSTOPPED && \ macro
1985 # undef WIFEXITED
2187 # undef WIFEXITED
2208 # undef WIFEXITED
2255 # undef WIFEXITED
2284 # undef WIFEXITED
2360 # undef WIFEXITED
2925 # ifndef WIFEXITED
2926 # define WIFEXITED(st) (((st) & 0377) == 0) macro