Home
last modified time | relevance | path

Searched refs:iocopy (Results 1 – 1 of 1) sorted by relevance

/external/mksh/src/
Dtree.c34 static struct ioword **iocopy(struct ioword **, Area *);
586 r->ioact = (t->ioact == NULL) ? NULL : iocopy(t->ioact, ap); in tcopy()
682 iocopy(struct ioword **iow, Area *ap) in iocopy() function