Home
last modified time | relevance | path

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

/external/mksh/src/
Dtree.c615 struct ioword **ior; in iocopy() local
618 ior = iow; in iocopy()
619 while (*ior) in iocopy()
620 ++ior; in iocopy()
621 ior = alloc2(ior - iow + 1, sizeof(struct ioword *), ap); in iocopy()
628 ior[i] = q; in iocopy()
637 ior[i] = NULL; in iocopy()
639 return (ior); in iocopy()