Home
last modified time | relevance | path

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

/netbsd/src/bin/ksh/
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) {
Dtree.h91 #define IOHERE 0x4 /* << (here file) */ macro
Dexec.c1125 if (iotype != IOHERE)
1130 iotmp.name = (iotype == IOHERE) ? (char *) 0 : cp;
1161 case IOHERE:
1201 : (iotype == IOREAD || iotype == IOHERE) ?
Dlex.c644 (c == '>' ? IOCAT : IOHERE) : IORDWR;
645 if (iop->flag == IOHERE) {
Dsyn.c172 ishere = (iop->flag&IOTYPE) == IOHERE;