Home
last modified time | relevance | path

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

/freebsd/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; in pchild()
371 if (!(jobflags & (PSIGNALED | PSTOPPED | PPTIME) || in pchild()
528 if ((jobflags & (PSIGNALED | PSTOPPED | PTIME)) || in pjwait()
567 reason = fp->p_flags & (PSIGNALED | PINTERRUPTED) ? in pjwait()
1088 case PSIGNALED: in pprint()
H A Dtc.func.c558 pstatus != PSIGNALED) in find_stop_ed()