Home
last modified time | relevance | path

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

/external/mksh/src/
Dtree.c645 struct ioword **ior; in iocopy() local
648 ior = iow; in iocopy()
649 while (*ior) in iocopy()
650 ++ior; in iocopy()
651 ior = alloc2(ior - iow + 1, sizeof(struct ioword *), ap); in iocopy()
658 ior[i] = q; in iocopy()
667 ior[i] = NULL; in iocopy()
669 return (ior); in iocopy()