Home
last modified time | relevance | path

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

/external/mksh/src/
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; in ptree()
232 struct ioword *iop = *ioact++; in ptree()
257 pioact(struct shf *shf, struct ioword *iop) in pioact()
520 pioact(shf, va_arg(va, struct ioword *)); in vfptreef()
680 static struct ioword **
681 iocopy(struct ioword **iow, Area *ap) in iocopy()
683 struct ioword **ior; in iocopy()
[all …]
Dsyn.c34 struct ioword *old_heres[HERES];
36 struct ioword **old_herep;
46 static struct ioword *synio(int);
176 static struct ioword *
179 struct ioword *iop; in synio()
180 static struct ioword *nextiop; in synio()
267 struct ioword *iop, **iops; in get_command()
272 iops = alloc2((NUFILE + 1), sizeof(struct ioword *), ATEMP); in get_command()
519 iops = aresize2(iops, iopn, sizeof(struct ioword *), ATEMP); in get_command()
Dlex.c91 static void readhere(struct ioword *);
899 struct ioword *iop = alloc(sizeof(struct ioword), ATEMP); in yylex()
982 struct ioword **p = heres; in yylex()
1094 struct ioword **p; in gethere()
1107 readhere(struct ioword *iop) in readhere()
Dexec.c36 static int iosetup(struct ioword *, struct tbl *);
60 struct ioword **iowp; in execute()
1395 iosetup(struct ioword *iop, struct tbl *tp) in iosetup()
1402 struct ioword iotmp; in iosetup()
1577 hereinval(struct ioword *iop, int sub, char **resbuf, struct shf *shf) in hereinval()
1613 herein(struct ioword *iop, char **resbuf) in herein()
Dsh.h1654 struct ioword **ioact; /* IO actions (eg, < > >>) */
1723 struct ioword { struct
1945 struct ioword *iop;
2002 EXTERN struct ioword *heres[HERES], **herep;
2077 int herein(struct ioword *, char **);
Deval.c1395 struct ioword *io = *t->ioact; in comsub()