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

/macosx-10.10.1/bash-94.1.2/bash-3.2/
H A Djobs.h66 #define PEXITED(p) ((p)->running == PS_DONE) macro
72 #define PDEADPROC(p) (PEXITED(p) || PRECYCLED(p))
H A Djobs.c2934 if (PEXITED (p) && (sig == SIGTERM || sig == SIGHUP))
3067 if (PEXITED (child))
3140 if (PEXITED (child) && (WIFSTOPPED (child->status)))

Completed in 312 milliseconds