Searched refs:ioact (Results 1 – 5 of 5) sorted by relevance
30 struct ioword **ioact; in ptree() local164 if ((ioact = t->ioact) != NULL) { in ptree()167 while (*ioact != NULL) in ptree()168 pioact(shf, indent, *ioact++); in ptree()170 for (ioact = t->ioact; *ioact != NULL; ) { in ptree()171 struct ioword *iop = *ioact++; in ptree()474 r->ioact = (t->ioact == NULL) ? NULL : iocopy(t->ioact, ap); in tcopy()665 if (t->ioact != NULL) in tfree()666 iofree(t->ioact, ap); in tfree()
20 struct ioword **ioact; /* IO actions (eg, < > >>) */ member
395 t->ioact = NULL; in get_command()400 t->ioact = iops; in get_command()756 t->ioact = NULL; in newtp()
106 if (t->ioact != NULL || t->type == TPIPE || t->type == TCOPROC) { in execute()113 if (t->ioact != NULL) in execute()114 for (iowp = t->ioact; *iowp != NULL; iowp++) { in execute()
902 *t->args == NULL && *t->vars == NULL && t->ioact != NULL) { in comsub()903 struct ioword *io = *t->ioact; in comsub()