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

  /onnv/onnv-gate/usr/src/cmd/fmli/sys/
test.h 112 #define IOPUT 32
  /onnv/onnv-gate/usr/src/lib/libshell/common/include/
shnodes.h 174 #define IOPUT 0x40 /* > redirection operator */
  /onnv/onnv-gate/usr/src/cmd/sh/
func.c 440 if (iof & IOPUT)
446 else if ((iof & IOPUT) == 0)
defs.h 129 #define IOPUT 0x0020
service.c 97 } else if (((iof & IOPUT) == 0) && ((iof & IORDW) == 0))
cmd.c 523 iof |= IOPUT;
  /onnv/onnv-gate/usr/src/lib/libshell/common/sh/
io.c 984 if(iof&IOPUT)
1012 if(iof&IOPUT)
1088 if(iof&IOPUT)
1127 else if(!(iof&IOPUT))
    [all...]
parse.c     [all...]
deparse.c 433 if(iof&IOPUT)

Completed in 4039 milliseconds