Home
last modified time | relevance | path

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

/openbsd/src/bin/ksh/
Dtree.h83 #define IOTYPE 0xF /* type: bits 0:3 */ macro
Dtree.c174 if ((iop->flag & IOTYPE) == IOHERE && iop->heredoc) { in ptree()
195 int type = flag & IOTYPE; in pioact()
Dsyn.c157 ishere = (iop->flag&IOTYPE) == IOHERE; in synio()
Deval.c906 if ((io->flag&IOTYPE) != IOREAD) in comsub()
Dexec.c1050 int iotype = iop->flag & IOTYPE; in iosetup()