HomeSort by: relevance | last modified time | path
    Searched refs:REASON (Results 1 - 2 of 2) sorted by relevancy

  /src/bin/csh/
proc.h 50 int p_reason; /* reason for entering this state */
86 #define REASON 04
proc.c 191 (void)pprint(pp, NUMBER | NAME | REASON);
218 flags = pprint(pp, NUMBER | NAME | REASON);
266 int jobflags, reason; local
334 reason = 0;
338 reason = fp->p_flags & (PSIGNALED | PINTERRUPTED) ?
341 if ((reason != 0) && (adrof(STRprintexitvalue))) {
342 (void)fprintf(cshout, "Exit %d\n", reason);
344 set(STRstatus, putn(reason));
345 if (reason && exiterr)
655 int jobflags, pstatus, reason, status local
    [all...]

Completed in 114 milliseconds