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

  /src/bin/ksh/
tree.h 89 #define IOWRITE 0x2 /* > */
tree.c 228 : (type == IOCAT || type == IOWRITE) ? 1
248 case IOWRITE:
lex.c 655 iop->flag = c == '>' ? IOWRITE : IOREAD;
syn.c 889 || yylval.iop->flag == IOWRITE))
exec.c 1147 case IOWRITE:

Completed in 15 milliseconds