Searched refs:IOHERE (Results 1 - 5 of 5) sorted by relevance

/netbsd-current/bin/ksh/
H A Dtree.h91 #define IOHERE 0x4 /* << (here file) */ macro
H A Dtree.c200 if ((iop->flag & IOTYPE) == IOHERE && iop->heredoc) {
227 expected = (type == IOREAD || type == IORDWR || type == IOHERE) ? 0
239 case IOHERE:
265 if (type == IOHERE) {
H A Dexec.c1125 if (iotype != IOHERE)
1130 iotmp.name = (iotype == IOHERE) ? (char *) 0 : cp;
1161 case IOHERE:
1201 : (iotype == IOREAD || iotype == IOHERE) ?
H A Dlex.c644 (c == '>' ? IOCAT : IOHERE) : IORDWR;
645 if (iop->flag == IOHERE) {
H A Dsyn.c172 ishere = (iop->flag&IOTYPE) == IOHERE;

Completed in 90 milliseconds