Searched refs:INPIPE (Results 1 – 4 of 4) sorted by relevance
135 #define INPIPE 0 macro214 #define closepipe(x) (close(x[INPIPE]), close(x[OTPIPE]))
341 renamef(pf1[INPIPE], 0);347 close(pf2[INPIPE]);
122 if (pipe(pv) < 0 || pv[INPIPE] < 0 || pv[OTPIPE] < 0) in chkpipe()
505 initf(pv[INPIPE]); /* read from pipe */ in comsubst()