Home
last modified time | relevance | path

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

/external/mksh/src/
Dtree.c253 (type == IOCAT || type == IOWRITE) ? 1 : in pioact()
273 case IOWRITE: in pioact()
918 DT(IOWRITE) in dumpioact()
Dsyn.c1031 yylval.iop->ioflag == IOWRITE)) { in dbtestp_isa()
Dlex.c951 iop->ioflag |= c == '>' ? IOWRITE : IOREAD; in yylex()
Dexec.c1394 case IOWRITE: in iosetup()
Dsh.h1414 #define IOWRITE 0x2 /* > */ macro