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

/illumos-gate/usr/src/cmd/csh/
H A Dsh.proc.c55 int jobflags; local
108 jobflags = 0;
116 jobflags |= fp->p_flags;
123 if ((jobflags & (PRUNNING|PREPORTED)) == 0) {
131 if (jobflags&PSTOPPED) {
137 if (jobflags&PFOREGND) {
138 if (jobflags & (PSIGNALED|PSTOPPED|PPTIME) ||
140 jobflags & PAEXITED ||
146 if (jobflags&PNOTIFY || adrof(S_notify /* "notify" */)) {
150 if ((jobflags
222 int jobflags, reason, omask; local
622 int jobflags, pstatus; local
946 int jobflags = 0; local
1014 int omask, jobflags = 0; local
[all...]

Completed in 58 milliseconds