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

/macosx-10.10.1/ksh-23/ksh/src/lib/libcmd/
H A Dtail.c201 pipetail(Sfio_t* infile, Sfio_t* outfile, Sfoff_t number, int delim) function
317 pipetail(tp->sp ? tp->sp : sfstdin, op, number, delim);
772 pipetail(ip, op, number, delim);
/macosx-10.10.1/tcsh-65/tcsh/
H A Dsh.proc.c946 struct process *pipehead = NULL, *pipetail = NULL, *pmarker = NULL; local
967 pipetail = pp;
995 (inpipe && pipetail == tp && pp == pipehead));
1122 (inpipe && pipehead->p_friends == tp && pp == pipetail));
1138 * if pmaker == pipetail, we are finished that pipeline, and
1141 if (pmarker == pipetail) {

Completed in 447 milliseconds