Lines Matching defs:ioact
49 struct ioword **ioact;
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, indent, *ioact++);
219 ioact = t->ioact;
220 while (*ioact != NULL) {
221 struct ioword *iop = *ioact++;
553 r->ioact = (t->ioact == NULL) ? NULL : iocopy(t->ioact, ap);
702 if (t->ioact != NULL)
703 iofree(t->ioact, ap);
886 struct ioword **ioact, *iop;
888 if ((ioact = t->ioact) == NULL)
891 shf_puts("{IOACT", shf);
892 while ((iop = *ioact++) != NULL) {