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

  /external/mksh/src/
tree.c 49 struct ioword **ioact; local
67 t->ioact != NULL && t->ioact[0] != NULL &&
68 t->ioact[1] == NULL &&
70 (t->ioact[0]->ioflag & IOTYPE) == IOHERE &&
224 if ((ioact = t->ioact) != NULL) {
227 while (*ioact != NULL)
228 pioact(shf, *ioact++);
230 ioact = t->ioact
938 struct ioword **ioact, *iop; local
    [all...]
syn.c 520 t->ioact = NULL;
524 t->ioact = iops;
539 t->ioact = t->left->ioact;
540 t->left->ioact = NULL;
929 t->ioact = NULL;
exec.c 96 t->ioact != NULL && t->ioact[0] != NULL &&
97 t->ioact[1] == NULL &&
99 (t->ioact[0]->ioflag & IOTYPE) == IOHERE &&
108 if ((rv = herein(t->ioact[0], &cp) /*? 1 : 0*/))
133 if (t->ioact != NULL || t->type == TPIPE || t->type == TCOPROC) {
143 if (t->ioact != NULL)
144 for (iowp = t->ioact; *iowp != NULL; iowp++) {
    [all...]
eval.c     [all...]
sh.h 1864 struct ioword **ioact; \/* IO actions (eg, < > >>) *\/ member in struct:op
    [all...]

Completed in 211 milliseconds