HomeSort by relevance Sort by last modified time
    Searched refs:REASON (Results 1 - 2 of 2) sorted by null

  /onnv/onnv-gate/usr/src/cmd/csh/
sh.proc.h 34 tchar p_reason; /* reason for entering this state */
74 #define REASON 04
sh.proc.c 149 (void) pprint(pp, NUMBER|NAME|REASON);
175 flags = pprint(pp, NUMBER|NAME|REASON);
222 int jobflags, reason, omask; local
287 reason = 0;
291 reason = fp->p_flags & (PSIGNALED|PINTERRUPTED) ?
294 set(S_status /* "status" */, putn(reason));
295 if (reason && exiterr)
619 int status, reason; local
635 status = reason = -1;
641 (pstatus == status && pp->p_reason == reason ||
    [all...]

Completed in 359 milliseconds