Home
last modified time | relevance | path

Searched refs:INPIPE (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/sh/
H A Ddefs.h135 #define INPIPE 0 macro
214 #define closepipe(x) (close(x[INPIPE]), close(x[OTPIPE]))
H A Dxec.c341 renamef(pf1[INPIPE], 0);
347 close(pf2[INPIPE]);
H A Dio.c122 if (pipe(pv) < 0 || pv[INPIPE] < 0 || pv[OTPIPE] < 0) in chkpipe()
H A Dmacro.c505 initf(pv[INPIPE]); /* read from pipe */ in comsubst()