Home
last modified time | relevance | path

Searched refs:closepipe (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/sh/
H A Dxec.c299 closepipe(pf1);
384 closepipe(pv);
H A Ddefs.h214 #define closepipe(x) (close(x[INPIPE]), close(x[OTPIPE])) macro