Searched refs:JDEAD (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10.1/bash-94.1.2/bash-3.2/
H A Djobs.h77 typedef enum { JRUNNING, JSTOPPED, JDEAD, JMIXED } JOB_STATE; enumerator in enum:__anon6283
83 #define DEADJOB(j) (jobs[(j)]->state == JDEAD)
108 sh_vptrfunc_t *j_cleanup; /* Cleanup function to call when job marked JDEAD */
128 int j_ndead; /* number of JDEAD jobs in jobs array */
H A Djobs.c588 newjob->state = any_running ? JRUNNING : (any_stopped ? JSTOPPED : JDEAD);
596 if (newjob->state == JDEAD && (newjob->flags & J_FOREGROUND))
598 if (newjob->state == JDEAD)
878 if (JOBSTATE (job) == JDEAD)
1016 if (temp->state == JDEAD)
2354 We check for JDEAD in case the job state has been set by waitchld
2361 called waitchld and the state will be set to JDEAD. */
2399 if it exists, as JDEAD. */
2407 jobs[job]->state = JDEAD;
3112 marked as JDEAD
[all...]

Completed in 116 milliseconds