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