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

/external/mksh/src/
H A Dtree.c31 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 **io
[all...]
H A Dsyn.c35 struct ioword **old_herep;
46 static struct ioword *synio(int);
176 static struct ioword *
179 struct ioword *iop;
180 static struct ioword *nextiop;
263 struct ioword *iop, **iops;
269 iops = alloc2((NUFILE + 1), sizeof(struct ioword *), ATEMP);
499 iops = aresize2(iops, iopn, sizeof(struct ioword *), ATEMP);
H A Dexec.c36 static int iosetup(struct ioword *, struct tbl *);
37 static int herein(struct ioword *, char **);
62 struct ioword **iowp;
1291 iosetup(struct ioword *iop, struct tbl *tp)
1298 struct ioword iotmp;
1483 herein(struct ioword *iop, char **resbuf)
H A Dlex.c91 static void readhere(struct ioword *);
914 struct ioword *iop = alloc(sizeof(struct ioword), ATEMP);
1110 struct ioword **p;
1126 readhere(struct ioword *iop)
H A Dsh.h1277 struct ioword **ioact; /* IO actions (eg, < > >>) */
1344 struct ioword { struct
1352 /* ioword.flag - type of redirection */
1537 struct ioword *iop;
1595 EXTERN struct ioword *heres[HERES], **herep;
H A Deval.c1325 struct ioword *io = *t->ioact;

Completed in 1763 milliseconds