Searched refs:ioact (Results 1 – 4 of 4) sorted by relevance
37 struct ioword **ioact; local190 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);
24 struct ioword **ioact; /* IO actions (eg, < > >>) */ member
404 t->ioact = NULL;409 t->ioact = iops;786 t->ioact = NULL;
135 if (t->ioact != NULL || t->type == TPIPE || t->type == TCOPROC) {142 if (t->ioact != NULL)143 for (iowp = t->ioact; *iowp != NULL; iowp++) {