Searched defs:ioact (Results 1 - 2 of 2) 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]->ioflag & 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 Dsh.h1282 struct ioword **ioact; /* IO actions (eg, < > >>) */ member in struct:op

Completed in 103 milliseconds