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()
954 DT(IOCAT) in dumpioact()
Dlex.c917 (c == '>' ? IOCAT : IOHERE) : IORDWR; in yylex()
Dexec.c1424 case IOCAT: in iosetup()
Dsh.h1737 #define IOCAT 0x5 /* >> */ macro