HomeSort by: relevance | last modified time | path
    Searched refs:SHOW_SIGNALLED (Results 1 - 2 of 2) sorted by relevancy

  /src/bin/sh/
jobs.h 49 #define SHOW_SIGNALLED 0x10 /* only if stopped/exited on signal */
jobs.c 456 || (mode & SHOW_SIGNALLED)) {
465 if (st1 == -1 || !(mode & SHOW_SIGNALLED) || WIFEXITED(st1))
475 if (mode & SHOW_SIGNALLED && !(mode & SHOW_ISSIG)) {
1695 mode = SHOW_SIGNALLED;
1698 mode = SHOW_SIGNALLED | SHOW_NO_FREE;

Completed in 13 milliseconds