Searched refs:ioact (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.2-release/release/picobsd/tinyware/msh/
H A Dsh2.c515 t->ioact = NULL;
528 t->ioact = copyio();
530 t->ioact = NULL;
532 if (t->type != TPAREN && t->ioact != NULL) {
534 t->ioact = t->left->ioact;
535 t->left->ioact = NULL;
H A Dsh.h62 struct ioword **ioact; /* IO actions (eg, < > >>) */ member in struct:op
H A Dsh3.c207 if (iopp = t->ioact)
265 if (cp == NULL && t->ioact == NULL) {
313 if ((iopp = t->ioact) != NULL) {
751 t->ioact = NULL;

Completed in 82 milliseconds