HomeSort by relevance Sort by last modified time
    Searched refs:p_friends (Results 1 - 2 of 2) sorted by null

  /onnv/onnv-gate/usr/src/cmd/csh/
sh.proc.c 117 } 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) != pp)
    [all...]
sh.proc.h 27 * 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 120 milliseconds