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

  /src/bin/sh/
jobs.h 51 #define SHOW_NO_FREE 0x40 /* do not free job */
jobs.c 476 if (jp->state == JOBDONE && !(mode & SHOW_NO_FREE)) {
544 if (jp->state == JOBDONE && !(mode & SHOW_NO_FREE))
576 mode |= SHOW_NO_FREE;
1698 mode = SHOW_SIGNALLED | SHOW_NO_FREE;

Completed in 13 milliseconds