HomeSort by relevance Sort by last modified time
    Searched refs:INPIPE (Results 1 - 5 of 5) sorted by null

  /onnv/onnv-gate/usr/src/cmd/sh/
defs.h 135 #define INPIPE 0
214 #define closepipe(x) (close(x[INPIPE]), close(x[OTPIPE]))
xec.c 341 renamef(pf1[INPIPE], 0);
347 close(pf2[INPIPE]);
io.c 122 if (pipe(pv) < 0 || pv[INPIPE] < 0 || pv[OTPIPE] < 0)
macro.c 506 initf(pv[INPIPE]); /* read from pipe */
  /onnv/onnv-gate/usr/src/cmd/fmli/sys/
test.h 117 #define INPIPE 0
426 #define closepipe(x) (close(x[INPIPE]), close(x[OTPIPE]))

Completed in 660 milliseconds