Home
last modified time | relevance | path

Searched refs:ioact (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/bin/ksh/
H A Dtree.c37 struct ioword **ioact; local
190 if ((ioact = t->ioact) != NULL) {
193 while (*ioact != NULL)
194 pioact(shf, indent, *ioact++);
196 for (ioact = t->ioact; *ioact != NULL; ) {
197 struct ioword *iop = *ioact++;
519 r->ioact = (t->ioact == NULL) ? NULL : iocopy(t->ioact, ap);
724 if (t->ioact != NULL)
725 iofree(t->ioact, ap);
H A Dtree.h24 struct ioword **ioact; /* IO actions (eg, < > >>) */ member
H A Dsyn.c404 t->ioact = NULL;
409 t->ioact = iops;
786 t->ioact = NULL;
H A Dexec.c135 if (t->ioact != NULL || t->type == TPIPE || t->type == TCOPROC) {
142 if (t->ioact != NULL)
143 for (iowp = t->ioact; *iowp != NULL; iowp++) {