Home
last modified time | relevance | path

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

/third_party/mksh/
Djobs.c37 #define PEXITED 1 macro
227 case PEXITED: in proc_errorlevel()
982 if (j->state == PEXITED || j->state == PSIGNALLED)
1019 if (j->state == PEXITED || j->state == PSIGNALLED)
1215 if (j->state == PEXITED && j->status == 0 &&
1416 p->state = PEXITED;
1471 if (j->state == PEXITED || j->state == PSIGNALLED) {
1591 case PEXITED: {