Home | History | Annotate | Download | only in ksh

Lines Matching refs:ioword

19 static void 	pioact ARGS((struct shf *f, int indent, struct ioword *iop));
23 static struct ioword **iocopy ARGS((struct ioword **iow, Area *ap));
24 static void iofree ARGS((struct ioword **iow, Area *ap));
37 struct ioword **ioact;
197 struct ioword *iop = *ioact++;
221 struct ioword *iop;
463 pioact(shf, indent, va_arg(va, struct ioword *));
664 static struct ioword **
666 struct ioword **iow;
669 struct ioword **ior;
674 ior = (struct ioword **) alloc((ior - iow + 1) * sizeof(*ior), ap);
677 struct ioword *p, *q;
680 q = (struct ioword *) alloc(sizeof(*p), ap);
735 struct ioword **iow;
738 struct ioword **iop;
739 struct ioword *p;