Home
last modified time | relevance | path

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

/netbsd/src/bin/ksh/
Dtree.h87 #define IOTYPE 0xF /* type: bits 0:3 */ macro
Dtree.c200 if ((iop->flag & IOTYPE) == IOHERE && iop->heredoc) {
224 int type = flag & IOTYPE;
Dsyn.c172 ishere = (iop->flag&IOTYPE) == IOHERE;
Deval.c871 if ((io->flag&IOTYPE) != IOREAD)
Dexec.c1120 int iotype = iop->flag & IOTYPE;