Home
last modified time | relevance | path

Searched refs:IOWRITE (Results 1 – 5 of 5) sorted by relevance

/third_party/mksh/
Dtree.c256 (type == IOCAT || type == IOWRITE) ? 1 : in pioact()
294 case IOWRITE: in pioact()
958 DT(IOWRITE) in dumpioact()
Dsyn.c1001 yylval.iop->ioflag == IOWRITE)) { in dbtestp_isa()
Dlex.c946 iop->ioflag |= (unsigned int)c == ORD('>') ? IOWRITE : IOREAD; in yylex()
Dexec.c1437 case IOWRITE: in iosetup()
Dsh.h2021 #define IOWRITE 0x2 /* > */ macro