Home
last modified time | relevance | path

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

/NextBSD/release/picobsd/tinyware/msh/
HDsh3.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) {
399 case IOHERE:
400 case IOHERE|IOXHERE:
HDsh2.c174 if (i & IOHERE)
770 yylval.i = ec == '>'? IOWRITE|IOCAT: IOHERE;
774 if (c != '&' || yylval.i == IOHERE)
HDsh.h130 #define IOHERE 2 /* << (here file) */ macro
HDsh5.c513 iop->io_flag |= IOHERE|IOXHERE;