Searched refs:SHOW_SIGNALLED (Results 1 - 2 of 2) sorted by path

/netbsd-current/bin/sh/
H A Djobs.c456 || (mode & SHOW_SIGNALLED)) {
465 if (st1 == -1 || !(mode & SHOW_SIGNALLED) || WIFEXITED(st1))
475 if (mode & SHOW_SIGNALLED && !(mode & SHOW_ISSIG)) {
1560 mode = SHOW_SIGNALLED;
1563 mode = SHOW_SIGNALLED | SHOW_NO_FREE;
H A Djobs.h49 #define SHOW_SIGNALLED 0x10 /* only if stopped/exited on signal */ macro

Completed in 381 milliseconds