Searched refs:pipetail (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
989 pipetail = pp;
1017 (inpipe && pipetail == tp && pp == pipehead));
1144 (inpipe && pipehead->p_friends == tp && pp == pipetail));
1160 * if pmaker == pipetail, we are finished that pipeline, and
1163 if (pmarker == pipetail) {

Completed in 45 milliseconds