Searched refs:ioword (Results 1 – 6 of 6) sorted by relevance
/external/mksh/src/ |
D | tree.c | 31 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() 221 struct ioword *iop = *ioact++; in ptree() 246 pioact(struct shf *shf, struct ioword *iop) in pioact() 496 pioact(shf, va_arg(va, struct ioword *)); in vfptreef() 654 static struct ioword ** 655 iocopy(struct ioword **iow, Area *ap) in iocopy() 657 struct ioword **ior; in iocopy() [all …]
|
D | syn.c | 35 struct ioword **old_herep; 46 static struct ioword *synio(int); 177 static struct ioword * 180 struct ioword *iop; in synio() 181 static struct ioword *nextiop; in synio() 273 struct ioword *iop, **iops; in get_command() 278 iops = alloc2((NUFILE + 1), sizeof(struct ioword *), ATEMP); in get_command() 523 iops = aresize2(iops, iopn, sizeof(struct ioword *), ATEMP); in get_command()
|
D | exec.c | 36 static int iosetup(struct ioword *, struct tbl *); 37 static int herein(struct ioword *, char **); 61 struct ioword **iowp; in execute() 1361 iosetup(struct ioword *iop, struct tbl *tp) in iosetup() 1368 struct ioword iotmp; in iosetup() 1541 hereinval(struct ioword *iop, int sub, char **resbuf, struct shf *shf) in hereinval() 1577 herein(struct ioword *iop, char **resbuf) in herein()
|
D | lex.c | 91 static void readhere(struct ioword *); 911 struct ioword *iop = alloc(sizeof(struct ioword), ATEMP); in yylex() 1105 struct ioword **p; in gethere() 1118 readhere(struct ioword *iop) in readhere()
|
D | sh.h | 1336 struct ioword **ioact; /* IO actions (eg, < > >>) */ 1403 struct ioword { struct 1598 struct ioword *iop; 1655 EXTERN struct ioword *heres[HERES], **herep;
|
D | eval.c | 1323 struct ioword *io = *t->ioact; in comsub()
|