Home | History | Annotate | Download | only in ksh

Lines Matching defs:ioact

37 	struct ioword **ioact;
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);