Home
last modified time | relevance | path

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

/netbsd/src/bin/ksh/
Dtree.c23 static struct ioword **iocopy ARGS((struct ioword **iow, Area *ap));
24 static void iofree ARGS((struct ioword **iow, Area *ap));
665 iocopy(iow, ap) in iocopy() argument
666 struct ioword **iow; in iocopy()
672 for (ior = iow; *ior++ != NULL; )
674 ior = (struct ioword **) alloc((ior - iow + 1) * sizeof(*ior), ap);
676 for (i = 0; iow[i] != NULL; i++) {
679 p = iow[i];
734 iofree(iow, ap) in iofree() argument
735 struct ioword **iow; in iofree()
[all …]