Searched refs:ioact (Results 1 - 5 of 5) sorted by relevance

/external/mksh/src/
H A Dtree.c46 struct ioword **ioact; local
191 if ((ioact = t->ioact) != NULL) {
194 while (*ioact != NULL)
195 pioact(shf, indent, *ioact++);
197 ioact = t->ioact;
198 while (*ioact != NULL) {
199 struct ioword *iop = *ioact++;
524 r->ioact
[all...]
H A Dexec.c86 t->ioact != NULL && t->ioact[0] != NULL &&
87 t->ioact[1] == NULL &&
89 (t->ioact[0]->flag & IOTYPE) == IOHERE &&
95 herein(t->ioact[0]->heredoc, t->ioact[0]->flag & IOEVAL,
101 t->ioact = NULL;
151 if (t->ioact != NULL || t->type == TPIPE || t->type == TCOPROC) {
161 if (t->ioact != NULL)
162 for (iowp = t->ioact; *iow
[all...]
H A Dsyn.c493 t->ioact = NULL;
497 t->ioact = iops;
888 t->ioact = NULL;
H A Deval.c1241 *t->args == NULL && *t->vars == NULL && t->ioact != NULL) {
1243 struct ioword *io = *t->ioact;
H A Dsh.h1137 struct ioword **ioact; /* IO actions (eg, < > >>) */ member in struct:op

Completed in 168 milliseconds