HomeSort by: relevance | last modified time | path
    Searched refs:IOTYPE (Results 1 - 5 of 5) sorted by relevancy

  /src/bin/ksh/
tree.h 87 #define IOTYPE 0xF /* type: bits 0:3 */
tree.c 200 if ((iop->flag & IOTYPE) == IOHERE && iop->heredoc) {
224 int type = flag & IOTYPE;
syn.c 172 ishere = (iop->flag&IOTYPE) == IOHERE;
exec.c 1120 int iotype = iop->flag & IOTYPE; local in function:iosetup
1125 if (iotype != IOHERE)
1130 iotmp.name = (iotype == IOHERE) ? (char *) 0 : cp;
1138 switch (iotype) {
1200 iotype == IODUP ? "dup"
1201 : (iotype == IOREAD || iotype == IOHERE) ?
1228 if (iotype != IODUP)
1232 if (iotype != IODUP
    [all...]
eval.c 871 if ((io->flag&IOTYPE) != IOREAD)

Completed in 46 milliseconds