Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sh/
H A Ddefs.h136 #define OTPIPE 1 macro
214 #define closepipe(x) (close(x[INPIPE]), close(x[OTPIPE]))
H A Dxec.c342 close(pf1[OTPIPE]);
348 renamef(pf2[OTPIPE], 1);
H A Dmacro.c504 savpipe = pv[OTPIPE]; in comsubst()
507 close(pv[OTPIPE]); in comsubst()
H A Dio.c122 if (pipe(pv) < 0 || pv[INPIPE] < 0 || pv[OTPIPE] < 0) in chkpipe()