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

/freebsd-9.3-release/contrib/tcsh/
H A Dsh.proc.c968 struct process *pipehead = NULL, *pipetail = NULL, *pmarker = NULL; local
994 pmarker = pp;
996 * pmarker is used to hold the place of the proc being processed, so
1163 if (pmarker == pipetail) {
1174 while (pp->p_friends->p_friends != pmarker);
1175 pmarker = pp->p_friends;

Completed in 103 milliseconds