Home | History | Annotate | Download | only in src

Lines Matching refs:ioword

31 static void pioact(struct shf *, struct ioword *);
34 static struct ioword **iocopy(struct ioword **, Area *);
35 static void iofree(struct ioword **, Area *);
49 struct ioword **ioact;
221 struct ioword *iop = *ioact++;
247 pioact(struct shf *shf, struct ioword *iop)
503 pioact(shf, va_arg(va, struct ioword *));
658 static struct ioword **
659 iocopy(struct ioword **iow, Area *ap)
661 struct ioword **ior;
667 ior = alloc2(ior - iow + 1, sizeof(struct ioword *), ap);
670 struct ioword *p, *q;
673 q = alloc(sizeof(struct ioword), ap);
728 iofree(struct ioword **iow, Area *ap)
730 struct ioword **iop;
731 struct ioword *p;
906 struct ioword **ioact, *iop;