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

  /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.h 24 struct ioword **ioact; /* IO actions (eg, < > >>) */ member in struct:op

Completed in 44 milliseconds