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

/freebsd-13-stable/contrib/tcsh/
H A Dsh.proc.c993 struct process *pipehead = NULL, *pipetail = NULL, *pmarker = NULL; local
1017 pipetail = pp;
1045 (inpipe && pipetail == tp && pp == pipehead));
1172 (inpipe && pipehead->p_friends == tp && pp == pipetail));
1188 * if pmaker == pipetail, we are finished that pipeline, and
1191 if (pmarker == pipetail) {

Completed in 178 milliseconds