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

/macosx-10.10.1/tcsh-65/tcsh/
H A Dsh.proc.c946 struct process *pipehead = NULL, *pipetail = NULL, *pmarker = NULL; local
972 pmarker = pp;
974 * pmarker is used to hold the place of the proc being processed, so
1141 if (pmarker == pipetail) {
1152 while (pp->p_friends->p_friends != pmarker);
1153 pmarker = pp->p_friends;

Completed in 60 milliseconds