Searched refs:ioword (Results 1 – 6 of 6) sorted by relevance
/external/mksh/src/ |
D | tree.c | 31 static void pioact(struct shf *, int, 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() 247 pioact(struct shf *shf, int indent, struct ioword *iop) in pioact() 488 pioact(shf, indent, va_arg(va, struct ioword *)); in vfptreef() 642 static struct ioword ** 643 iocopy(struct ioword **iow, Area *ap) in iocopy() 645 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() 264 struct ioword *iop, **iops; in get_command() 270 iops = alloc2((NUFILE + 1), sizeof(struct ioword *), ATEMP); in get_command() 500 iops = aresize2(iops, iopn, sizeof(struct ioword *), ATEMP); in get_command()
|
D | lex.c | 91 static void readhere(struct ioword *); 902 struct ioword *iop = alloc(sizeof(struct ioword), ATEMP); in yylex() 1098 struct ioword **p; in gethere() 1114 readhere(struct ioword *iop) in readhere()
|
D | exec.c | 36 static int iosetup(struct ioword *, struct tbl *); 37 static int herein(struct ioword *, char **); 62 struct ioword **iowp; in execute() 1283 iosetup(struct ioword *iop, struct tbl *tp) in iosetup() 1290 struct ioword iotmp; in iosetup() 1469 herein(struct ioword *iop, char **resbuf) in herein()
|
D | sh.h | 1267 struct ioword **ioact; /* IO actions (eg, < > >>) */ 1333 struct ioword { struct 1542 struct ioword *iop; 1599 EXTERN struct ioword *heres[HERES], **herep;
|
D | eval.c | 1311 struct ioword *io = *t->ioact; in comsub()
|