Home | History | Annotate | Download | only in src

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]->ioflag & IOTYPE) == IOHERE) {
213 if ((ioact = t->ioact) != NULL) {
216 while (*ioact != NULL)
217 pioact(shf, *ioact++);
219 ioact = t->ioact;
220 while (*ioact != NULL) {
221 struct ioword *iop = *ioact++;
568 r->ioact = (t->ioact == NULL) ? NULL : iocopy(t->ioact, ap);
718 if (t->ioact != NULL)
719 iofree(t->ioact, ap);
906 struct ioword **ioact, *iop;
908 if ((ioact = t->ioact) == NULL)
911 shf_puts("{IOACT", shf);
912 while ((iop = *ioact++) != NULL) {