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

/illumos-gate/usr/src/cmd/csh/
H A Dsh.proc.c117 } while ((fp = fp->p_friends) != pp);
119 if (pp == pp->p_friends && (pp->p_flags & PPTIME)) {
128 } while ((fp = fp->p_friends) != pp);
130 fp = fp->p_friends;
228 pp = pp->p_friends;
233 } while ((fp = fp->p_friends) != pp);
244 while ((fp = (fp->p_friends)) != pp);
293 } while ((fp = fp->p_friends) != pp);
360 pp = pp->p_friends;
369 } while ((np = np->p_friends) !
[all...]
H A Dsh.proc.h27 * p_friends links makes a circular list of such jobs
31 struct process *p_friends; /* next in job list (or self) */ member in struct:process

Completed in 57 milliseconds