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

  /onnv/onnv-gate/usr/src/cmd/fmli/sys/
test.h 115 #define IORDW 256
  /onnv/onnv-gate/usr/src/lib/libshell/common/include/
shnodes.h 179 #define IORDW 0x800 /* <> redirection operator */
  /onnv/onnv-gate/usr/src/cmd/sh/
service.c 97 } else if (((iof & IOPUT) == 0) && ((iof & IORDW) == 0))
99 else if (iof & IORDW) /* For <> */ {
defs.h 132 #define IORDW 0x0100
cmd.c 534 iof |= IORDW;
  /onnv/onnv-gate/usr/src/lib/libshell/common/sh/
deparse.c 455 else if(iof&(IORDW|IOAPP))
parse.c     [all...]
io.c 1117 else if(iof&IORDW)
    [all...]

Completed in 2759 milliseconds