/src/bin/ksh/ |
tree.c | 37 struct ioword **ioact; local in function:ptree 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.c | 37 struct ioword **ioact; local in function:ptree 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.c | 37 struct ioword **ioact; local in function:ptree 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.c | 37 struct ioword **ioact; local in function:ptree 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
|
tree.h | 24 struct ioword **ioact; /* IO actions (eg, < > >>) */ member in struct:op
|
tree.h | 24 struct ioword **ioact; /* IO actions (eg, < > >>) */ member in struct:op
|
tree.h | 24 struct ioword **ioact; /* IO actions (eg, < > >>) */ member in struct:op
|