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

  /external/mksh/src/
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;
221 struct ioword *iop = *ioact++;
247 pioact(struct shf *shf, struct ioword *iop)
503 pioact(shf, va_arg(va, struct ioword *));
658 static struct ioword **
659 iocopy(struct ioword **iow, Area *ap
    [all...]
syn.c 35 struct ioword **old_herep;
46 static struct ioword *synio(int);
176 static struct ioword *
179 struct ioword *iop;
180 static struct ioword *nextiop;
263 struct ioword *iop, **iops;
269 iops = alloc2((NUFILE + 1), sizeof(struct ioword *), ATEMP);
499 iops = aresize2(iops, iopn, sizeof(struct ioword *), ATEMP);
exec.c 36 static int iosetup(struct ioword *, struct tbl *);
37 static int herein(struct ioword *, char **);
62 struct ioword **iowp;
1292 iosetup(struct ioword *iop, struct tbl *tp)
1299 struct ioword iotmp;
    [all...]
lex.c 91 static void readhere(struct ioword *);
915 struct ioword *iop = alloc(sizeof(struct ioword), ATEMP);
1111 struct ioword **p;
1127 readhere(struct ioword *iop)
    [all...]
sh.h 1329 struct ioword { struct
    [all...]
eval.c 1335 struct ioword *io = *t->ioact;
    [all...]

Completed in 82 milliseconds