Lines Matching refs:ioact
62 struct ioword **ioact;
80 t->ioact != NULL && t->ioact[0] != NULL &&
81 t->ioact[1] == NULL &&
83 (t->ioact[0]->ioflag & IOTYPE) == IOHERE &&
243 if ((ioact = t->ioact) != NULL)
244 while (*ioact != NULL)
245 pioact(shf, *ioact++);
592 r->ioact = (t->ioact == NULL) ? NULL : iocopy(t->ioact, ap);
746 if (t->ioact != NULL)
747 iofree(t->ioact, ap);
944 struct ioword **ioact, *iop;
946 if ((ioact = t->ioact) == NULL)
950 while ((iop = *ioact++) != NULL) {