Home
last modified time | relevance | path

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

/external/mksh/src/
Dtree.c264 (type == IOCAT || type == IOWRITE) ? 1 : in pioact()
281 case IOCAT: in pioact()
955 DT(IOCAT) in dumpioact()
Dlex.c934 ((unsigned int)c == ORD('>') ? IOCAT : IOHERE) : IORDWR; in yylex()
Dexec.c1433 case IOCAT: in iosetup()
Dsh.h2026 #define IOCAT 0x5 /* >> */ macro