Home
last modified time | relevance | path

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

/openbsd/src/bin/ksh/
Dtree.c15 static void pioact(struct shf *, int, struct ioword *);
19 static struct ioword **iocopy(struct ioword **, Area *);
20 static void iofree(struct ioword **, Area *);
30 struct ioword **ioact; in ptree()
171 struct ioword *iop = *ioact++; in ptree()
192 pioact(struct shf *shf, int indent, struct ioword *iop) in pioact()
419 pioact(shf, indent, va_arg(va, struct ioword *)); in vfptreef()
610 static struct ioword **
611 iocopy(struct ioword **iow, Area *ap) in iocopy()
613 struct ioword **ior; in iocopy()
[all …]
Dlex.h56 struct ioword *iop;
105 extern struct ioword *heres[HERES], **herep;
Dtree.h20 struct ioword **ioact; /* IO actions (eg, < > >>) */
74 struct ioword { struct
Dsyn.c21 static struct ioword *synio(int);
147 static struct ioword *
150 struct ioword *iop; in synio()
196 struct ioword *iop, **iops; in get_command()
201 sizeof(struct ioword *), ATEMP); in get_command()
399 sizeof(struct ioword *), ATEMP); in get_command()
Dlex.c79 static void readhere(struct ioword *);
98 struct ioword *heres[HERES], **herep;
733 struct ioword *iop = alloc(sizeof(*iop), ATEMP); in yylex()
859 struct ioword **p; in gethere()
871 readhere(struct ioword *iop) in readhere()
Dexec.c28 static int iosetup(struct ioword *, struct tbl *);
53 struct ioword **iowp; in execute()
1046 iosetup(struct ioword *iop, struct tbl *tp) in iosetup()
1052 struct ioword iotmp; in iosetup()
Deval.c903 struct ioword *io = *t->ioact; in comsub()