Searched refs:ppick (Results 1 – 1 of 1) sorted by relevance
286 struct proc *p, *ppick; in tty_info() local332 LIST_FOREACH(ppick, &tp->t_pgrp->pg_members, p_pglist) in tty_info()333 if (proc_compare(p, ppick)) in tty_info()334 p = ppick; in tty_info()