HomeSort by: relevance | last modified time | path
    Searched refs:IOREAD (Results 1 - 6 of 6) sorted by relevancy

  /src/bin/ksh/
tree.h 88 #define IOREAD 0x1 /* < */
tree.c 227 expected = (type == IOREAD || type == IORDWR || type == IOHERE) ? 0
236 case IOREAD:
syn.c 888 && (yylval.iop->flag == IOREAD
892 save = wdcopy(yylval.iop->flag == IOREAD ?
exec.c 1139 case IOREAD:
1201 : (iotype == IOREAD || iotype == IOHERE) ?
lex.c 655 iop->flag = c == '>' ? IOWRITE : IOREAD;
eval.c 871 if ((io->flag&IOTYPE) != IOREAD)

Completed in 14 milliseconds