Symbol: ioword
bin/ksh/eval.c
903
struct ioword *io = *t->ioact;
bin/ksh/exec.c
1046
iosetup(struct ioword *iop, struct tbl *tp)
bin/ksh/exec.c
1052
struct ioword iotmp;
bin/ksh/exec.c
28
static int iosetup(struct ioword *, struct tbl *);
bin/ksh/exec.c
53
struct ioword **iowp;
bin/ksh/lex.c
733
struct ioword *iop = alloc(sizeof(*iop), ATEMP);
bin/ksh/lex.c
79
static void readhere(struct ioword *);
bin/ksh/lex.c
859
struct ioword **p;
bin/ksh/lex.c
871
readhere(struct ioword *iop)
bin/ksh/lex.c
98
struct ioword *heres[HERES], **herep;
bin/ksh/lex.h
105
extern struct ioword *heres[HERES], **herep;
bin/ksh/lex.h
56
struct ioword *iop;
bin/ksh/syn.c
147
static struct ioword *
bin/ksh/syn.c
150
struct ioword *iop;
bin/ksh/syn.c
196
struct ioword *iop, **iops;
bin/ksh/syn.c
201
sizeof(struct ioword *), ATEMP);
bin/ksh/syn.c
21
static struct ioword *synio(int);
bin/ksh/syn.c
399
sizeof(struct ioword *), ATEMP);
bin/ksh/tree.c
15
static void pioact(struct shf *, int, struct ioword *);
bin/ksh/tree.c
171
struct ioword *iop = *ioact++;
bin/ksh/tree.c
19
static struct ioword **iocopy(struct ioword **, Area *);
bin/ksh/tree.c
192
pioact(struct shf *shf, int indent, struct ioword *iop)
bin/ksh/tree.c
20
static void iofree(struct ioword **, Area *);
bin/ksh/tree.c
30
struct ioword **ioact;
bin/ksh/tree.c
419
pioact(shf, indent, va_arg(va, struct ioword *));
bin/ksh/tree.c
610
static struct ioword **
bin/ksh/tree.c
611
iocopy(struct ioword **iow, Area *ap)
bin/ksh/tree.c
613
struct ioword **ior;
bin/ksh/tree.c
621
struct ioword *p, *q;
bin/ksh/tree.c
675
iofree(struct ioword **iow, Area *ap)
bin/ksh/tree.c
677
struct ioword **iop;
bin/ksh/tree.c
678
struct ioword *p;
bin/ksh/tree.h
20
struct ioword **ioact; /* IO actions (eg, < > >>) */