bin/ksh/eval.c
868
struct ioword *io = *t->ioact;
bin/ksh/exec.c
1115
struct ioword *iop;
bin/ksh/exec.c
1122
struct ioword iotmp;
bin/ksh/exec.c
30
static int iosetup ARGS((struct ioword *, struct tbl *));
bin/ksh/exec.c
86
struct ioword **iowp;
bin/ksh/lex.c
61
static void readhere ARGS((struct ioword *iop));
bin/ksh/lex.c
632
struct ioword *iop =
bin/ksh/lex.c
633
(struct ioword *) alloc(sizeof(*iop), ATEMP);
bin/ksh/lex.c
768
struct ioword **p;
bin/ksh/lex.c
781
struct ioword *iop;
bin/ksh/lex.h
124
EXTERN struct ioword *heres [HERES], **herep;
bin/ksh/lex.h
74
struct ioword *iop;
bin/ksh/syn.c
161
static struct ioword *
bin/ksh/syn.c
165
struct ioword *iop;
bin/ksh/syn.c
214
struct ioword *iop, **iops;
bin/ksh/syn.c
218
iops = (struct ioword **) alloc(sizeofN(struct ioword *, NUFILE+1),
bin/ksh/syn.c
26
static struct ioword *synio ARGS((int cf));
bin/ksh/syn.c
407
iops = (struct ioword **) aresize((void*) iops,
bin/ksh/syn.c
408
sizeofN(struct ioword *, iopn), ATEMP);
bin/ksh/tree.c
19
static void pioact ARGS((struct shf *f, int indent, struct ioword *iop));
bin/ksh/tree.c
197
struct ioword *iop = *ioact++;
bin/ksh/tree.c
221
struct ioword *iop;
bin/ksh/tree.c
23
static struct ioword **iocopy ARGS((struct ioword **iow, Area *ap));
bin/ksh/tree.c
24
static void iofree ARGS((struct ioword **iow, Area *ap));
bin/ksh/tree.c
37
struct ioword **ioact;
bin/ksh/tree.c
463
pioact(shf, indent, va_arg(va, struct ioword *));
bin/ksh/tree.c
664
static struct ioword **
bin/ksh/tree.c
666
struct ioword **iow;
bin/ksh/tree.c
669
struct ioword **ior;
bin/ksh/tree.c
674
ior = (struct ioword **) alloc((ior - iow + 1) * sizeof(*ior), ap);
bin/ksh/tree.c
677
struct ioword *p, *q;
bin/ksh/tree.c
680
q = (struct ioword *) alloc(sizeof(*p), ap);
bin/ksh/tree.c
735
struct ioword **iow;
bin/ksh/tree.c
738
struct ioword **iop;
bin/ksh/tree.c
739
struct ioword *p;
bin/ksh/tree.h
24
struct ioword **ioact; /* IO actions (eg, < > >>) */