Lines Matching refs:WSTOPSIG
1284 if (WSTOPSIG(status) == SIGSTOP) {
1294 WSTOPSIG(status) == SIGTRAP ?
1295 0 : WSTOPSIG(status))) < 0) {
2190 pid, signame(WSTOPSIG(status)));
2209 detach(tcp, WSTOPSIG(status));
2216 if (WSTOPSIG(status) == SIGTRAP && followvfork)
2230 if (WSTOPSIG(status) != SIGTRAP) {
2231 if (WSTOPSIG(status) == SIGSTOP &&
2247 && (qual_flags[WSTOPSIG(status)] & QUAL_SIGNAL)) {
2261 if (WSTOPSIG(status) == SIGSEGV ||
2262 WSTOPSIG(status) == SIGBUS) {
2272 signame(WSTOPSIG(status)),
2273 strsignal(WSTOPSIG(status)), pc, addr);
2278 !sigishandled(tcp, WSTOPSIG(status))) {
2280 handle_group_exit(tcp, WSTOPSIG(status));
2282 detach(tcp, WSTOPSIG(status));
2287 WSTOPSIG(status)) < 0) {