Home
last modified time | relevance | path

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

/netbsd-src/bin/ksh/
H A Dtree.c23 static struct ioword **iocopy ARGS((struct ioword **iow, Area *ap));
519 r->ioact = (t->ioact == NULL) ? NULL : iocopy(t->ioact, ap);
665 iocopy(iow, ap) in iocopy() function