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

/freebsd-9.3-release/contrib/tcsh/
H A Dsh.proc.h89 #define PSIGNALED (1<<4) /* terminated by a signal != SIGINT */ macro
92 PSIGNALED|PINTERRUPTED)
H A Dsh.proc.c316 pp->p_flags |= PSIGNALED;
372 if (!(jobflags & (PSIGNALED | PSTOPPED | PPTIME) ||
528 if ((jobflags & (PSIGNALED | PSTOPPED | PTIME)) ||
567 reason = fp->p_flags & (PSIGNALED | PINTERRUPTED) ?
1060 case PSIGNALED:

Completed in 53 milliseconds