Home | Sort by relevance Sort by last modified time |
/external/mksh/src/ | |
tree.c | 35 static struct ioword **iocopy(struct ioword **, Area *); 478 r->ioact = (t->ioact == NULL) ? NULL : iocopy(t->ioact, ap); 634 iocopy(struct ioword **iow, Area *ap) function |