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

/macosx-10.10.1/tcsh-65/tcsh/
H A Dsh.proc.c157 int jobflags; local
323 jobflags = 0;
343 jobflags |= fp->p_flags;
350 if ((jobflags & (PRUNNING | PREPORTED)) == 0) {
358 if (jobflags & PSTOPPED) {
365 if (jobflags & PFOREGND) {
366 if (!(jobflags & (PSIGNALED | PSTOPPED | PPTIME) ||
368 jobflags & PAEXITED ||
372 if (jobflags & PINTERRUPTED) {
377 else if ((jobflags
479 int jobflags, reason; local
942 int jobflags, pstatus, pcond; local
1443 int jobflags = 0, err1 = 0; local
[all...]

Completed in 114 milliseconds