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

  /src/bin/ksh/
tree.h 91 #define IOHERE 0x4 /* << (here file) */
tree.c 200 if ((iop->flag & IOTYPE) == IOHERE && iop->heredoc) {
227 expected = (type == IOREAD || type == IORDWR || type == IOHERE) ? 0
239 case IOHERE:
265 if (type == IOHERE) {
exec.c 1125 if (iotype != IOHERE)
1130 iotmp.name = (iotype == IOHERE) ? (char *) 0 : cp;
1161 case IOHERE:
1201 : (iotype == IOREAD || iotype == IOHERE) ?
lex.c 644 (c == '>' ? IOCAT : IOHERE) : IORDWR;
645 if (iop->flag == IOHERE) {
syn.c 172 ishere = (iop->flag&IOTYPE) == IOHERE;

Completed in 13 milliseconds