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

/freebsd-10.2-release/release/picobsd/tinyware/msh/
H A Dsh3.c373 iop->io_unit = iop->io_flag&(IOREAD|IOHERE)? 0: 1;
378 msg = iop->io_flag&(IOREAD|IOHERE)? "open": "create";
379 if ((iop->io_flag & IOHERE) == 0) {
384 if (iop->io_flag & IODUP) {
391 iop->io_flag = IOCLOSE;
392 iop->io_flag &= ~(IOREAD|IOWRITE);
394 switch (iop->io_flag) {
401 u = herein(iop->io_name, iop->io_flag&IOXHERE);
H A Dsh.h126 short io_flag; /* action (below) */ member in struct:ioword
H A Dsh2.c581 iop->io_flag = f;

Completed in 98 milliseconds