Home
last modified time | relevance | path

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

/third_party/mksh/
H A Dtree.c688 iocopy(struct ioword **iow, Area *ap) in iocopy() argument
693 ior = iow; in iocopy()
696 ior = alloc2(ior - iow + 1, sizeof(struct ioword *), ap); in iocopy()
698 for (i = 0; iow[i] != NULL; i++) { in iocopy()
701 p = iow[i]; in iocopy()
756 iofree(struct ioword **iow, Area *ap) in iofree() argument
761 iop = iow; in iofree()
768 afree(iow, ap); in iofree()

Completed in 2 milliseconds