Lines Matching defs:status
35 int status;47 * synthesize wait() status from shell status51 status = cj->status;52 if (EXITED_TERM(status))53 status &= ((1<<(EXIT_BITS-1))-1);55 status = (status & ((1<<EXIT_BITS)-1)) << EXIT_BITS;56 return status;