Searched refs:ioact (Results 1 – 5 of 5) sorted by relevance
46 struct ioword **ioact; in ptree() local191 if ((ioact = t->ioact) != NULL) { in ptree()194 while (*ioact != NULL) in ptree()195 pioact(shf, indent, *ioact++); in ptree()197 ioact = t->ioact; in ptree()198 while (*ioact != NULL) { in ptree()199 struct ioword *iop = *ioact++; in ptree()524 r->ioact = (t->ioact == NULL) ? NULL : iocopy(t->ioact, ap); in tcopy()672 if (t->ioact != NULL) in tfree()673 iofree(t->ioact, ap); in tfree()
86 t->ioact != NULL && t->ioact[0] != NULL && in execute()87 t->ioact[1] == NULL && in execute()89 (t->ioact[0]->flag & IOTYPE) == IOHERE && in execute()95 herein(t->ioact[0]->heredoc, t->ioact[0]->flag & IOEVAL, in execute()101 t->ioact = NULL; in execute()151 if (t->ioact != NULL || t->type == TPIPE || t->type == TCOPROC) { in execute()161 if (t->ioact != NULL) in execute()162 for (iowp = t->ioact; *iowp != NULL; iowp++) { in execute()
493 t->ioact = NULL; in get_command()497 t->ioact = iops; in get_command()888 t->ioact = NULL; in newtp()
1241 *t->args == NULL && *t->vars == NULL && t->ioact != NULL) { in comsub()1243 struct ioword *io = *t->ioact; in comsub()
1137 struct ioword **ioact; /* IO actions (eg, < > >>) */ member