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

/external/mksh/src/
H A Dtree.c30 static void pioact(struct shf *, int, struct ioword *);
33 static struct ioword **iocopy(struct ioword **, Area *);
34 static void iofree(struct ioword **, Area *);
46 struct ioword **ioact;
199 struct ioword *iop = *ioact++;
223 pioact(struct shf *shf, int indent, struct ioword *iop)
459 pioact(shf, indent, va_arg(va, struct ioword *));
612 static struct ioword **
613 iocopy(struct ioword **io
[all...]
H A Dsyn.c39 static struct ioword *synio(int);
166 static struct ioword *
169 struct ioword *iop;
170 static struct ioword *nextiop;
240 struct ioword *iop, **iops;
245 iops = alloc2((NUFILE + 1), sizeof(struct ioword *), ATEMP);
496 iops = aresize2(iops, iopn, sizeof(struct ioword *), ATEMP);
1115 struct ioword **old_herep;
H A Dexec.c35 static int iosetup(struct ioword *, struct tbl *);
58 struct ioword **iowp;
1269 iosetup(struct ioword *iop, struct tbl *tp)
1275 struct ioword iotmp;
H A Dlex.c91 static void readhere(struct ioword *);
919 struct ioword *iop = alloc(sizeof(struct ioword), ATEMP);
1115 struct ioword **p;
1131 readhere(struct ioword *iop)
H A Dsh.h1137 struct ioword **ioact; /* IO actions (eg, < > >>) */
1202 struct ioword { struct
1210 /* ioword.flag - type of redirection */
1402 struct ioword *iop;
1457 EXTERN struct ioword *heres[HERES], **herep;
H A Deval.c1243 struct ioword *io = *t->ioact;

Completed in 75 milliseconds