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

/external/mksh/src/
H A Dtree.c49 struct ioword **ioact; local
69 t->ioact != NULL && t->ioact[0] != NULL &&
70 t->ioact[1] == NULL &&
72 (t->ioact[0]->flag & IOTYPE) == IOHERE) {
213 if ((ioact = t->ioact) != NULL) {
216 while (*ioact != NULL)
217 pioact(shf, *ioact++);
219 ioact
906 struct ioword **ioact, *iop; local
[all...]
H A Dexec.c90 t->ioact != NULL && t->ioact[0] != NULL &&
91 t->ioact[1] == NULL &&
93 (t->ioact[0]->flag & IOTYPE) == IOHERE &&
99 herein(t->ioact[0], &cp) == 0 && cp && *cp) {
104 t->ioact = NULL;
146 if (t->ioact != NULL || t->type == TPIPE || t->type == TCOPROC) {
156 if (t->ioact != NULL)
157 for (iowp = t->ioact; *iowp != NULL; iowp++) {
H A Dsyn.c496 t->ioact = NULL;
500 t->ioact = iops;
899 t->ioact = NULL;
H A Deval.c1323 *t->args == NULL && *t->vars == NULL && t->ioact != NULL) {
1325 struct ioword *io = *t->ioact;
H A Dsh.h1277 struct ioword **ioact; /* IO actions (eg, < > >>) */ member in struct:op

Completed in 279 milliseconds