HomeSort by: relevance | last modified time | path
    Searched refs:ioact (Results 1 - 5 of 5) sorted by relevancy

  /src/bin/ksh/
tree.c 37 struct ioword **ioact; local
190 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)
    [all...]
tree.h 24 struct ioword **ioact; /* IO actions (eg, < > >>) */ member in struct:op
syn.c 404 t->ioact = NULL;
409 t->ioact = iops;
786 t->ioact = NULL;
exec.c 135 if (t->ioact != NULL || t->type == TPIPE || t->type == TCOPROC) {
142 if (t->ioact != NULL)
143 for (iowp = t->ioact; *iowp != NULL; iowp++) {
eval.c 867 *t->args == NULL && *t->vars == NULL && t->ioact != NULL) {
868 struct ioword *io = *t->ioact;

Completed in 20 milliseconds