Searched refs:ioact (Results 1 – 5 of 5) sorted by relevance
49 struct ioword **ioact; in ptree() local69 t->ioact != NULL && t->ioact[0] != NULL && in ptree()70 t->ioact[1] == NULL && in ptree()72 (t->ioact[0]->ioflag & IOTYPE) == IOHERE) { in ptree()213 if ((ioact = t->ioact) != NULL) { in ptree()216 while (*ioact != NULL) in ptree()217 pioact(shf, *ioact++); in ptree()219 ioact = t->ioact; in ptree()220 while (*ioact != NULL) { in ptree()221 struct ioword *iop = *ioact++; in ptree()[all …]
91 t->ioact != NULL && t->ioact[0] != NULL && in execute()92 t->ioact[1] == NULL && in execute()94 (t->ioact[0]->ioflag & IOTYPE) == IOHERE && in execute()102 herein(t->ioact[0], &cp) == 0 && cp && *cp) { in execute()108 t->ioact = NULL; in execute()150 if (t->ioact != NULL || t->type == TPIPE || t->type == TCOPROC) { in execute()160 if (t->ioact != NULL) in execute()161 for (iowp = t->ioact; *iowp != NULL; iowp++) { in execute()
520 t->ioact = NULL; in get_command()524 t->ioact = iops; in get_command()539 t->ioact = t->left->ioact; in get_command()540 t->left->ioact = NULL; in get_command()929 t->ioact = NULL; in newtp()
1321 *t->args == NULL && *t->vars == NULL && t->ioact != NULL) { in comsub()1323 struct ioword *io = *t->ioact; in comsub()
1336 struct ioword **ioact; /* IO actions (eg, < > >>) */ member