Searched refs:io_unit (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.2-release/release/picobsd/tinyware/msh/
H A Dsh3.c372 if (iop->io_unit == IODEFAULT) /* take default */
373 iop->io_unit = iop->io_flag&(IOREAD|IOHERE)? 0: 1;
374 if (pipein && iop->io_unit == 0)
376 if (pipeout && iop->io_unit == 1)
415 u = dup2(*cp-'0', iop->io_unit);
419 close(iop->io_unit);
428 if (u != iop->io_unit) {
429 dup2(u, iop->io_unit);
H A Dsh.h125 short io_unit; /* unit affected */ member in struct:ioword
H A Dsh2.c580 iop->io_unit = u;

Completed in 42 milliseconds