Home
last modified time | relevance | path

Searched refs:ioact (Results 1 – 5 of 5) sorted by relevance

/openbsd/src/bin/ksh/
Dtree.c30 struct ioword **ioact; in ptree() local
164 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()
Dtree.h20 struct ioword **ioact; /* IO actions (eg, < > >>) */ member
Dsyn.c395 t->ioact = NULL; in get_command()
400 t->ioact = iops; in get_command()
756 t->ioact = NULL; in newtp()
Dexec.c106 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()
Deval.c902 *t->args == NULL && *t->vars == NULL && t->ioact != NULL) { in comsub()
903 struct ioword *io = *t->ioact; in comsub()