Home
last modified time | relevance | path

Searched refs:IORDWR (Results 1 – 4 of 4) sorted by relevance

/external/mksh/src/
Dtree.c263 expected = (type == IOREAD || type == IORDWR || type == IOHERE) ? 0 : in pioact()
289 case IORDWR: in pioact()
953 DT(IORDWR) in dumpioact()
Dlex.c914 ((unsigned int)c == ORD('>') ? IOCAT : IOHERE) : IORDWR; in yylex()
Dexec.c1459 case IORDWR: in iosetup()
Dsh.h1945 #define IORDWR 0x3 /* <>: todo */ macro