HomeSort by relevance Sort by last modified time
    Searched refs:IOHERE (Results 1 - 5 of 5) sorted by null

  /external/mksh/src/
tree.c 188 if ((iop->flag & IOTYPE) == IOHERE && iop->heredoc &&
214 expected = (type == IOREAD || type == IORDWR || type == IOHERE) ? 0 :
225 case IOHERE:
242 if (type == IOHERE) {
exec.c 1120 if (iotype != IOHERE)
1125 iotmp.name = (iotype == IOHERE) ? NULL : cp;
1156 case IOHERE:
1196 (iotype == IOREAD || iotype == IOHERE) ?
    [all...]
lex.c 985 (c == '>' ? IOCAT : IOHERE) : IORDWR;
986 if (iop->flag == IOHERE) {
    [all...]
syn.c 177 ishere = (iop->flag&IOTYPE) == IOHERE;
sh.h     [all...]

Completed in 36 milliseconds