Home
last modified time | relevance | path

Searched refs:io_flag (Results 1 – 4 of 4) sorted by relevance

/freebsd-12-stable/release/picobsd/tinyware/msh/
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);
Dsh5.c513 iop->io_flag |= IOHERE|IOXHERE;
516 iop->io_flag &= ~ IOXHERE;
519 h->h_dosub = iop->io_flag & IOXHERE;
Dsh.h126 short io_flag; /* action (below) */ member
Dsh2.c581 iop->io_flag = f;