Home
last modified time | relevance | path

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

/external/mksh/src/
Dtree.c264 (type == IOCAT || type == IOWRITE) ? 1 : in pioact()
284 case IOWRITE: in pioact()
952 DT(IOWRITE) in dumpioact()
Dsyn.c1004 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.h2023 #define IOWRITE 0x2 /* > */ macro