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()
521 pioact(shf, va_arg(va, struct ioword *)); in vfptreef()
681 static struct ioword **
682 iocopy(struct ioword **iow, Area *ap) in iocopy()
684 struct ioword **ior; in iocopy()
[all …]
Dsyn.c35 struct ioword *old_heres[HERES];
37 struct ioword **old_herep;
47 static struct ioword *synio(int);
180 static struct ioword *
183 struct ioword *iop; in synio()
184 static struct ioword *nextiop; in synio()
271 struct ioword *iop, **iops; in get_command()
276 iops = alloc2((NUFILE + 1), sizeof(struct ioword *), ATEMP); in get_command()
523 iops = aresize2(iops, iopn, sizeof(struct ioword *), ATEMP); in get_command()
Dlex.c96 static void readhere(struct ioword *);
916 struct ioword *iop = alloc(sizeof(struct ioword), ATEMP); in yylex()
1003 struct ioword **p = heres; in yylex()
1115 struct ioword **p; in gethere()
1128 readhere(struct ioword *iop) in readhere()
Dexec.c37 static int iosetup(struct ioword *, struct tbl *);
61 struct ioword **iowp; in execute()
1410 iosetup(struct ioword *iop, struct tbl *tp) in iosetup()
1417 struct ioword iotmp; in iosetup()
1594 hereinval(struct ioword *iop, int sub, char **resbuf, struct shf *shf) in hereinval()
1630 herein(struct ioword *iop, char **resbuf) in herein()
Dsh.h1868 struct ioword **ioact; /* IO actions (eg, < > >>) */
1937 struct ioword { struct
2160 struct ioword *iop;
2282 EXTERN struct ioword *heres[HERES], **herep;
2357 int herein(struct ioword *, char **);
Deval.c1406 struct ioword *io = *t->ioact; in comsub()