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
69 t->ioact != NULL && t->ioact[0] != NULL &&
70 t->ioact[1] == NULL &&
72 (t->ioact[0]->ioflag & IOTYPE) == IOHERE) {
213 if ((ioact = t->ioact) != NULL) {
216 while (*ioact != NULL)
217 pioact(shf, *ioact++);
219 ioact = t->ioact
904 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 91 t->ioact != NULL && t->ioact[0] != NULL &&
92 t->ioact[1] == NULL &&
94 (t->ioact[0]->ioflag & IOTYPE) == IOHERE &&
102 herein(t->ioact[0], &cp) == 0 && cp && *cp) {
108 t->ioact = NULL;
150 if (t->ioact != NULL || t->type == TPIPE || t->type == TCOPROC) {
160 if (t->ioact != NULL)
161 for (iowp = t->ioact; *iowp != NULL; iowp++) {
    [all...]
eval.c 1321 *t->args == NULL && *t->vars == NULL && t->ioact != NULL) {
1323 struct ioword *io = *t->ioact;
    [all...]
sh.h 1336 struct ioword **ioact; \/* IO actions (eg, < > >>) *\/ member in struct:op
    [all...]

Completed in 583 milliseconds