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

/netbsd-current/bin/ksh/
H A Dtree.c19 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 **io
[all...]
H A Dlex.h74 struct ioword *iop;
124 EXTERN struct ioword *heres [HERES], **herep;
H A Dtree.h24 struct ioword **ioact; /* IO actions (eg, < > >>) */
78 struct ioword { struct
86 /* ioword.flag - type of redirection */
H A Dsyn.c26 static struct ioword *synio ARGS((int cf));
161 static struct ioword *
165 struct ioword *iop;
214 struct ioword *iop, **iops;
218 iops = (struct ioword **) alloc(sizeofN(struct ioword *, NUFILE+1),
407 iops = (struct ioword **) aresize((void*) iops,
408 sizeofN(struct ioword *, iopn), ATEMP);
H A Dlex.c61 static void readhere ARGS((struct ioword *iop));
632 struct ioword *iop =
633 (struct ioword *) alloc(sizeof(*iop), ATEMP);
768 struct ioword **p;
781 struct ioword *iop;
H A Dexec.c30 static int iosetup ARGS((struct ioword *, struct tbl *));
86 struct ioword **iowp;
1115 struct ioword *iop;
1122 struct ioword iotmp;
H A Deval.c868 struct ioword *io = *t->ioact;

Completed in 226 milliseconds