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

  /external/mksh/src/
tree.c 254 (type == IODUP && (iop->unit == !(flag & IORDUP))) ? iop->unit :
282 shf_puts(flag & IORDUP ? "<&" : ">&", shf);
929 DB(IORDUP)
exec.c     [all...]
lex.c 949 iop->ioflag |= IODUP | (c == '<' ? IORDUP : 0);
    [all...]
sh.h     [all...]

Completed in 68 milliseconds