HomeSort by relevance Sort by last modified time
    Searched refs:ioword (Results 1 - 6 of 6) sorted by null

  /external/mksh/src/
tree.c 30 static void pioact(struct shf *, int, struct ioword *);
33 static struct ioword **iocopy(struct ioword **, Area *);
34 static void iofree(struct ioword **, Area *);
46 struct ioword **ioact;
199 struct ioword *iop = *ioact++;
223 pioact(struct shf *shf, int indent, struct ioword *iop)
459 pioact(shf, indent, va_arg(va, struct ioword *));
612 static struct ioword **
613 iocopy(struct ioword **iow, Area *ap
    [all...]
syn.c 39 static struct ioword *synio(int);
166 static struct ioword *
169 struct ioword *iop;
170 static struct ioword *nextiop;
240 struct ioword *iop, **iops;
245 iops = alloc2((NUFILE + 1), sizeof(struct ioword *), ATEMP);
496 iops = aresize2(iops, iopn, sizeof(struct ioword *), ATEMP);
1115 struct ioword **old_herep;
exec.c 35 static int iosetup(struct ioword *, struct tbl *);
58 struct ioword **iowp;
1269 iosetup(struct ioword *iop, struct tbl *tp)
1275 struct ioword iotmp;
    [all...]
lex.c 91 static void readhere(struct ioword *);
919 struct ioword *iop = alloc(sizeof(struct ioword), ATEMP);
1115 struct ioword **p;
1131 readhere(struct ioword *iop)
    [all...]
sh.h 1202 struct ioword { struct
    [all...]
eval.c 1243 struct ioword *io = *t->ioact;
    [all...]

Completed in 60 milliseconds