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

  /external/mksh/src/
tree.c 46 struct ioword **ioact; local
191 if ((ioact = t->ioact) != NULL) {
194 while (*ioact != NULL)
195 pioact(shf, indent, *ioact++);
197 ioact = t->ioact;
198 while (*ioact != NULL) {
199 struct ioword *iop = *ioact++;
524 r->ioact = (t->ioact == NULL) ? NULL : iocopy(t->ioact, ap)
    [all...]
exec.c 86 t->ioact != NULL && t->ioact[0] != NULL &&
87 t->ioact[1] == NULL &&
89 (t->ioact[0]->flag & IOTYPE) == IOHERE &&
95 herein(t->ioact[0]->heredoc, t->ioact[0]->flag & IOEVAL,
101 t->ioact = NULL;
151 if (t->ioact != NULL || t->type == TPIPE || t->type == TCOPROC) {
161 if (t->ioact != NULL)
162 for (iowp = t->ioact; *iowp != NULL; iowp++)
    [all...]
syn.c 493 t->ioact = NULL;
497 t->ioact = iops;
888 t->ioact = NULL;
eval.c 1241 *t->args == NULL && *t->vars == NULL && t->ioact != NULL) {
1243 struct ioword *io = *t->ioact;
    [all...]
sh.h 1137 struct ioword **ioact; \/* IO actions (eg, < > >>) *\/ member in struct:op
    [all...]

Completed in 256 milliseconds