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

/freebsd-12-stable/contrib/tcsh/
H A Dsh.proc.h88 #define PSIGNALED (1<<4) /* terminated by a signal != SIGINT */ macro
91 PSIGNALED|PINTERRUPTED)
H A Dsh.proc.c315 pp->p_flags |= PSIGNALED;
371 if (!(jobflags & (PSIGNALED | PSTOPPED | PPTIME) ||
528 if ((jobflags & (PSIGNALED | PSTOPPED | PTIME)) ||
567 reason = fp->p_flags & (PSIGNALED | PINTERRUPTED) ?
1088 case PSIGNALED:

Completed in 177 milliseconds