HomeSort by relevance Sort by last modified time
    Searched defs:ioact (Results 1 - 2 of 2) sorted by null

  /external/mksh/src/
tree.c 49 struct ioword **ioact; local
69 t->ioact != NULL && t->ioact[0] != NULL &&
70 t->ioact[1] == NULL &&
72 (t->ioact[0]->ioflag & IOTYPE) == IOHERE) {
213 if ((ioact = t->ioact) != NULL) {
216 while (*ioact != NULL)
217 pioact(shf, *ioact++);
219 ioact = t->ioact
906 struct ioword **ioact, *iop; local
    [all...]
sh.h 1282 struct ioword **ioact; \/* IO actions (eg, < > >>) *\/ member in struct:op
    [all...]

Completed in 47 milliseconds