Home
last modified time | relevance | path

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

/original-bsd/bin/csh/
H A Dproc.h39 #define PSIGNALED (1<<4) /* terminated by a signal != SIGINT */ macro
41 #define PALLSTATES (PRUNNING|PSTOPPED|PNEXITED|PAEXITED|PSIGNALED|PINTERRUPTED)
H A Dproc.c99 pp->p_flags |= PSIGNALED;
143 if (jobflags & (PSIGNALED | PSTOPPED | PPTIME) ||
275 if ((jobflags & (PSIGNALED | PSTOPPED | PTIME)) ||
309 reason = fp->p_flags & (PSIGNALED | PINTERRUPTED) ?
710 case PSIGNALED: