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() 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 …]
|
D | syn.c | 35 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()
|
D | lex.c | 96 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()
|
D | exec.c | 37 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()
|
D | sh.h | 1868 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 **);
|
D | eval.c | 1406 struct ioword *io = *t->ioact; in comsub()
|