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

/freebsd-10.3-release/contrib/tcsh/
H A Dsh.proc.c350 } while ((fp = fp->p_friends) != pp);
352 if (pp == pp->p_friends && (pp->p_flags & PPTIME)) {
361 } while ((fp = fp->p_friends) != pp);
363 fp = fp->p_friends;
491 pp = pp->p_friends;
497 } while ((fp = fp->p_friends) != pp);
515 while ((fp = (fp->p_friends)) != pp);
569 } while ((fp = fp->p_friends) != pp);
652 pp = pp->p_friends;
661 } while ((np = np->p_friends) !
[all...]
H A Dsh.proc.h45 * p_friends links makes a circular list of such jobs
49 struct process *p_friends; /* next in job list (or self) */ member in struct:process
H A Dsh.c1861 while ((np = np->p_friends) != pp);
2417 while ((np = np->p_friends) != pp);

Completed in 104 milliseconds