Home
last modified time | relevance | path

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

/freebsd/contrib/tcsh/
H A Dsh.proc.c349 } while ((fp = fp->p_friends) != pp); in pchild()
351 if (pp == pp->p_friends && (pp->p_flags & PPTIME)) { in pchild()
360 } while ((fp = fp->p_friends) != pp); in pchild()
362 fp = fp->p_friends; in pchild()
490 pp = pp->p_friends; in pjwait()
496 } while ((fp = fp->p_friends) != pp); in pjwait()
515 while ((fp = (fp->p_friends)) != pp); in pjwait()
569 } while ((fp = fp->p_friends) != pp); in pjwait()
676 pp = pp->p_friends; in pflush()
685 } while ((np = np->p_friends) != pp); in pflush()
[all …]
H A Dsh.proc.h48 struct process *p_friends; /* next in job list (or self) */ member
H A Dsh.c1889 while ((np = np->p_friends) != pp); in phup()
2449 while ((np = np->p_friends) != pp); in done()